mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 09:38:29 +02:00
fixing typo in cheat git
This commit is contained in:
@ -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 remote -v # Confirm new remote repo
|
||||||
git fetch upstream # Get branches
|
git fetch upstream # Get branches
|
||||||
git branch -va # List local - remote 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
|
git merge upstream/master # Merge remote into local repo
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user