diff --git a/private_dot_gitconfig.tmpl b/private_dot_gitconfig.tmpl index 91b48c0..45f6ed5 100644 --- a/private_dot_gitconfig.tmpl +++ b/private_dot_gitconfig.tmpl @@ -38,6 +38,7 @@ praise = blame pushbranch = ! "git push -o merge_request.create -u origin $(git rev-parse --abbrev-ref HEAD)" pushu = pushbranch + pushf = push -f cobf = ! "f() { git branch -D $1 && git switch -c $1; }; f" sw = switch swc = switch