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

Task 2: Experience with GitHub & Git #1

Open
11 tasks done
Manas23601 opened this issue Jan 15, 2022 · 1 comment
Open
11 tasks done

Task 2: Experience with GitHub & Git #1

Manas23601 opened this issue Jan 15, 2022 · 1 comment

Comments

@Manas23601
Copy link
Owner

Manas23601 commented Jan 15, 2022

  • Fork the GSoC-pgRouting repository
  • activate issues in your fork
  • open an issue in your fork and put this content on the issue
  • Clone your fork repository in your computer
  • Create remote named upstream pointing to https://github.com/pgRouting/GSoC-pgRouting
  • checkout to the develop branch of upstream
  • create new branch with name <your-git-nick>-test
  • Edit doc/src/pgRouting-introduction.rst and put your name on contributor
  • push the newly created branch with the change
  • Create a pull request to https://github.com/pgRouting/GSoC-pgRouting
  • put link of the PR and of the issue on a comment on the issue you created on GSoC-pgRouting repository
@Manas23601
Copy link
Owner Author

Log of Commands:

To clone the repo

git clone https://github.com/Manas23601/GSoC-pgRouting.git

Create remote named upstream

git remote add upstream https://github.com/pgRouting/GSoC-pgRouting

Change branch

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

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

No branches or pull requests

1 participant