mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
fixing typo in cheat git
This commit is contained in:
parent
437f191bf7
commit
4960f45f6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue