mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
Adding wget and curl cheats and updating git cheat
This commit is contained in:
@ -25,6 +25,7 @@ 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 branch -D branch_name # Delete the branch branch_name
|
||||
git checkout master # Checkout local master branch
|
||||
git merge upstream/master # Merge remote into local repo
|
||||
git show 83fb499 # Show what a commit did.
|
||||
|
Reference in New Issue
Block a user