Add alias for push and diff to .gitconfig

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-09-12 21:17:37 +02:00
parent 7a3998f012
commit 85cf04e43a

View file

@ -15,6 +15,12 @@
# Create a commit and sign it off
c = commit -s -m
# Push to the master branch of the origin remote
p = push origin master
# Shortcut for diff
d = diff
[color]
# Activate color use in git commands
ui = auto