gst
- git status
gco
- git checkout
gcb
- git checkout -b
gcm
- git commit
gca
- git commit --amend
gaa
- git add .
gap
- git add -p
gcp
- git cherry-pick
gcl
- git clone
gl
- git pull
gp
- git push
gm
- git merge
gb
- git branch
gba
- git branch -a
gbd
- git branch -d
gbD
- git branch -D
glg
- git log --graph
gl
- git log
gd
- git diff
gds
- git diff --staged
gsta
- git stash
gstp
- git stash pop
gsts
- git stash show
gf
- git fetch
gfa
- git fetch --all
gup
- git pull --rebase
gr
- git reset
grh
- git reset --hard
gclean
- git clean -fd
grb
- git rebase
grbi
- git rebase -i
gri
- git rebase --interactive
gt
- git tag
gts
- git tag -s
grm
- git remote
grmv
- git remote -v
grmr
- git remote remove
gsu
- git submodule update
gsa
- git submodule add
gsr
- git submodule sync