From 96f1d3b9b0a0181eb022a07884f9933ea8df859d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 4 Mar 2020 11:35:30 +0100 Subject: [PATCH] git: Add aliases for git pushes --- git/gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index e1698d7..51bc74c 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -26,6 +26,8 @@ df = "diff" gr = "! git graph" ap = "add --patch" + p = "push" + pf = "push --force" k = "!gitk --all"