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"