Drop unused gitconfig aliases.

This commit is contained in:
Julien Palard 2016-12-14 17:15:57 +01:00
parent f4ec9dfe3d
commit 6d9c2b8b95
1 changed files with 2 additions and 10 deletions

View File

@ -28,18 +28,10 @@
[alias]
st = status
ci = commit -a
br = branch
co = checkout
df = diff
lg = log --date-order --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
w = whatchanged
pom = push origin master
# show list of contributors in descending order by number of commits
rank = shortlog -sn --no-merges
lg = log --date-order --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = tracking
default = simple
[apply]
whitespace = strip