You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The contributions guidelines help a new open-source programmer to contribute to this project. However when there are changes in the remote repository and it's not reflected in local computers, then a lot of confusion arises. So there should be guidelines to fetch updated repository.
Describe the solution you'd like
Addition of points stating using the fetch and upstream command to update local repository.
Describe alternatives you've considered
Addition of Github docs links related to resolving conflicts in contributing.md file.
Approach to be followed (optional)
Add the following points:
In NWOC Get Started guide the guidelines are only until creating a pull request. They have not given what to do in case a person's repo is behind the main remote repo.
Is your feature request related to a problem? Please describe.
The contributions guidelines help a new open-source programmer to contribute to this project. However when there are changes in the remote repository and it's not reflected in local computers, then a lot of confusion arises. So there should be guidelines to fetch updated repository.
Describe the solution you'd like
Addition of points stating using the fetch and upstream command to update local repository.
Describe alternatives you've considered
Addition of Github docs links related to resolving conflicts in contributing.md file.
Approach to be followed (optional)
Add the following points:
git remote add upstream https://github.com/Neilblaze/Anyxz.git
git remote -v
git pull upstream master
The text was updated successfully, but these errors were encountered: