Show Menu
Cheatography

fisher-plugin-git-condensed Cheat Sheet by

Branch

gb
git branch -vv
gba
git branch -a -v
gbda
delete all branches merged in current HEAD
ggsup
git set upstream to origin/curren­t-b­ranch

Checkout

gco
git checkout
gcod
git checkout develop
gcom
git checkout master
gcb
git checkout -b

Commit

gc
git commit -v
gc!
git commit -v --amend
gcn!
git commit -v --no-edit --amend
gca
git commit -v -a
gca!
git commit -v -a --amend
gcan!
git commit -v -a --no-edit --amend
gcm
git commit -m
gcam
git commit -a -m

Push & Pull

gl
git pull
ggl
pull origin curren­t-b­ranch
gup
git pull --rebase
gp
git push
gp!
git push --forc­e-w­ith­-lease
ggp
push origin curren­t-b­ranch
gpoat
push all + tags to origin
ggpnp
pull & push origin curren­t-b­ranch
 

Everything Else

g
git
ga
git add
gaa
git add --all
gapa
git add --patch
gcf
list git config­uration
gcl
git clone
gclean
pristine working directory: reset and force clean
gcp
git cherry­-pick
gd
git diff
gdca
git diff --cached
gdv
pipe git diff to 'view' command
gignore
git update­-index --assu­me-­unc­hanged
gignored
list temporary ignored files
gf
git fetch
gfa
git fetch --all --prune
gfo
git fetch origin
gm
git merge
gmt
git mergetool --no-p­rompt
grh
git reset HEAD
grhh
git reset HEAD --hard
grt
cd into the top of the current repository or submodule
gsh
git show
gsd
git svn dcommit
gsr
git svn rebase
gss
git status -s
gst
git status
gunignore
git update­-index --no-a­ssu­me-­unc­hanged
       
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Kitchen Reminders Cheat Sheet
          Seasonal Food UK Cheat Sheet
          fisher-plugin-git Cheat Sheet

          More Cheat Sheets by UltimatePancake

          fisher-plugin-git Cheat Sheet