From 85cf04e43acb978032314ceba6ba8faee8cbe173 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 12 Sep 2016 21:17:37 +0200 Subject: [PATCH] Add alias for push and diff to .gitconfig Signed-off-by: Severin Kaderli --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index d30dc78..4a9ae5a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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