Add wip alias for git

This commit is contained in:
Dave Gallant
2020-12-18 21:40:26 -05:00
parent b63b387455
commit 92e4d8636c

View File

@@ -17,15 +17,13 @@
dic = diff --cached dic = diff --cached
dicn = diff --cached --name-only dicn = diff --cached --name-only
din = diff --name-only din = diff --name-only
dump = cat-file -p l = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ms = merge --squash ms = merge --squash
pb = pull --rebase pb = pull --rebase
po = push origin po = push origin
por = push origin HEAD:refs/for/$1 por = push origin HEAD:refs/for/$1
pu = !"git fetch origin -v; git fetch upstream -v; git merge upstream/master"
st = status st = status
type = cat-file -t wip = for-each-ref --sort='authordate:iso8601' --format=' %(color:green)%(authordate:relative)%09%(color:white)%(refname:short)' refs/heads
[color] [color]
diff = auto diff = auto