Skip to content

Instantly share code, notes, and snippets.

@flipjorge
Last active February 23, 2020 01:48
Show Gist options
  • Save flipjorge/99f64206cc812078202e2ad28042ef66 to your computer and use it in GitHub Desktop.
Save flipjorge/99f64206cc812078202e2ad28042ef66 to your computer and use it in GitHub Desktop.
Git alias
[alias]
st = status
co = checkout
cb = checkout -b
b = branch
bd = branch -d
c = commit
cm = commit -m
l = log
gl = log --oneline --graph --decorate --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment