GitHub: update Maintaining section

bunder2015 2018-09-24 16:39:46 -04:00
parent 27b2ec5c43
commit 6197049b53
1 changed files with 1 additions and 2 deletions

@ -133,8 +133,7 @@ When you wish to make changes in the future you will want to have an up-to-date
```
git checkout master
git fetch upstream
git merge upstream/master
git pull upstream master
git push origin master
```