Skip to content

Instantly share code, notes, and snippets.

@alexchantastic
alexchantastic / .gitconfig
Last active December 18, 2015 03:08
Useful git aliases
[alias]
s = status -s
c = commit -a -m
aa = "!git add -u && git add . && git status -s"
amend = commit -a --amend
d = diff
dt = difftool
list-aliases = "!git config -l | grep alias | cut -c 7-"
# branch commnads