diff options
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |