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
git branch -a # to check available branches
git checkout remotes/upstream/develop # change to remote branch develop
git checkout -b manas23601-test # create your local branch and change to it
Push code
git add .
git commit -m "added name to the list of contributors"
git push upstream
upstream
pointing to https://github.com/pgRouting/GSoC-pgRoutingdevelop
branch ofupstream
<your-git-nick>-test
doc/src/pgRouting-introduction.rst
and put your name on contributorThe text was updated successfully, but these errors were encountered: