Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix git command in CONTRIBUTING.md #235

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

nijanthanvijayakumar
Copy link
Contributor

@nijanthanvijayakumar nijanthanvijayakumar commented Jul 10, 2024

Proposed changes

This PR is related to #234. Updates the git command in CONTRIBUTING.md file.

  • Change git remote --set-url to git remote set-url for setting the URL for the origin.
  • Ensure the command is correct and does not produce an error.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Further comments

Related to mrpowers-io#234

Update git command in CONTRIBUTING.md file

* Change `git remote --set-url` to `git remote set-url` for setting the URL for the origin.
* Ensure the command is correct and does not produce an error.
Copy link
Collaborator

@SemyonSinchenko SemyonSinchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for that contribution!

@SemyonSinchenko SemyonSinchenko merged commit 494f56e into mrpowers-io:main Jul 10, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants