fixing typo in cheat git

This commit is contained in:
Carlos Peña 2013-08-28 10:30:37 +03:00
parent 437f191bf7
commit 4960f45f6f
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ git remote add upstream git@github.com:name/repo.git # Set a new repo
git remote -v # Confirm new remote repo
git fetch upstream # Get branches
git branch -va # List local - remote branches
git checkout master # Checpkout local master branch
git checkout master # Checkout local master branch
git merge upstream/master # Merge remote into local repo