From dee43ea06497c5122045360096768ea3c744dadc Mon Sep 17 00:00:00 2001 From: Starfall Date: Sun, 6 Sep 2020 17:56:23 -0500 Subject: git: add 'force' alias for push --force-with-lease --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 741169c..a0a51ad 100644 --- a/.config/git/config +++ b/.config/git/config @@ -11,6 +11,7 @@ [rebase] autosquash = true [alias] + force = push --force-with-lease oops = commit --all --amend --no-edit stashpull = !git stash && git pull && git stash pop stat = status -- cgit