diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +[alias] + l = log -p + s = status + p = !"git pull; git submodule foreach git pull origin master" + undopush = push -f origin HEAD^:master [apply] whitespace = fix [core] |