Skip to content

Instantly share code, notes, and snippets.

@WebInspectInc
Last active March 4, 2018 04:00
Show Gist options
  • Save WebInspectInc/7372748 to your computer and use it in GitHub Desktop.
Save WebInspectInc/7372748 to your computer and use it in GitHub Desktop.
My Git alias list
[alias]
st = status -s -b
cam = commit -a -m
oops = commit --amend
co = checkout
br = branch
unstash = stash pop
update = merge develop
howmany = rev-list HEAD --count
rdel = push origin --delete
ldel = branch -d
logs = log --oneline --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment