Note from last meeting

Hello @wifi , @bipashabg
So, in the start of every week we need to update our branch with the work that is done in main pgRouting repo so that we get to know if there are any conflicts or not and then we need to create the pull request so that after every week our mentors get to know what we are doing so that they can review our work.

These are some of the git commands which we can refer to (after going to our cloned directory ):

755 git fetch upstream
756 git fetch origin
757 git remote
758 git remote -v
759 git add remote pgr https://github.com/pgRouting/pgrouting.git
760 git remote add pgr https://github.com/pgRouting/pgrouting.git
761 git fetch pgr
762 git fetch upstream
763 git fetch pgr
764 git checkout upstream/saloni-2025
765* git check
766 git checkout upstream/saloni-2025
767 git branch
768 git switch -c week-2-bandwidth
769 git merge pgr/develop
770 git push
771 git push --set-upstream origin week-2-bandwidth
772 git remote -v
773 git remote set-url origin git@github.com:Saloni-2005/GSoC-pgRouting.git
774 git push --set-upstream origin week-2-bandwidth

Best Regards
Saloni Kumari

2 Likes