From 75714afc15f28dee2e0f7ba0d3922d04d1e6452b Mon Sep 17 00:00:00 2001 From: Matheus Peviani Vellone Date: Fri, 18 May 2018 00:46:19 -0300 Subject: [PATCH] add push alias 'p' --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index e6eb643..01c2534 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -7,6 +7,7 @@ a = add ap = add -p cp = checkout -p + p = push origin HEAD pf = push origin HEAD --force-with-lease po = pull origin HEAD aa = add -A