From 04423b124823e16deec43df54424b712b735e6bd Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 10 Oct 2017 14:15:00 +0200 Subject: [PATCH] pf and jn --- gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index d408f22..71ff9fb 100644 --- a/gitconfig +++ b/gitconfig @@ -15,7 +15,8 @@ [commit] gpgsign = true [alias] - pushf = push --force-with-lease + pf = push --force-with-lease lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit ff = merge --ff-only co = checkout + jn = merge --no-ff