Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 194 Bytes

File metadata and controls

15 lines (8 loc) · 194 Bytes

git workflow

git fetch upstream

stores new code in "upstream/master"

git commit

git merge upstream/master

git push origin master

GitHub - create pull request

GitHub - merge pull request