Skip to content

Instantly share code, notes, and snippets.

@ty4z2008
Last active May 6, 2019 06:43
Show Gist options
  • Save ty4z2008/b5cd4fd4551d5f8eb85d0ddfcf42b3f7 to your computer and use it in GitHub Desktop.
Save ty4z2008/b5cd4fd4551d5f8eb85d0ddfcf42b3f7 to your computer and use it in GitHub Desktop.
git alias list
g: aliased to git
gca: aliased to git commit -v -a
gc: aliased to git commit -v
ga: aliased to git add
gm: aliased to git merge
gl: aliased to git pull
gp: aliased to git push
gr: aliased to git remote
gf: aliased to git fetch
gg: aliased to git gui citool
gk: aliased to \gitk --all --branches
gb: aliased to git branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment