Git aliases more secure

master
Pierre Neidhardt 2013-07-11 21:26:19 +02:00
parent b42dad97dd
commit 619444a9eb
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
ui = true
[alias]
b = branch -vva
c = commit -a
c = commit
ca = commit -a
co = checkout
d = diff --cached
l = log --stat