Skip to content

3. Basic actions and commands

Jose Carlos Urra Llanusa edited this page Jul 2, 2018 · 1 revision

How to push your changes and make a pull request using the command line

  1. Make a branch on your local machine: git branch -b new-branch

  2. Go to github on the web and make a new pull request in your repo.

  • 2.1 Make sure you compare the branch you want to merge your changes with "new-branch"
  1. Make git push -u origin name-of-new-branch

Clone this wiki locally