This commit is contained in:
2015-09-25 16:25:48 +02:00
parent ba7f2a2841
commit a989389495
7 changed files with 206 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
[user]
name = Hannes Körber
name = Hannes Koerber
email = hannes.koerber@gmail.com
[alias]
untrack = "rm --cached"
@@ -21,6 +21,8 @@
logl = log --graph --decorate --pretty=oneline --abbrev-commit --all
pushall = "!sh -c 'for r in $(git remote) ; do echo \"[$r] \" ; git push $r $1; done' -"
[core]
editor = vim
pager = less