Add alias for push and diff to .gitconfig
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
7a3998f012
commit
85cf04e43a
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@
|
||||||
# Create a commit and sign it off
|
# Create a commit and sign it off
|
||||||
c = commit -s -m
|
c = commit -s -m
|
||||||
|
|
||||||
|
# Push to the master branch of the origin remote
|
||||||
|
p = push origin master
|
||||||
|
|
||||||
|
# Shortcut for diff
|
||||||
|
d = diff
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
# Activate color use in git commands
|
# Activate color use in git commands
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue