diff options
author | Starfall <us@starfall.systems> | 2020-09-06 17:56:23 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-09-06 17:56:23 -0500 |
commit | dee43ea06497c5122045360096768ea3c744dadc (patch) | |
tree | 76d83a5a49dc46f297516d3ea779d43e0b78e484 /.config | |
parent | e575b587dc1024d6455949279fe4548bb4b028dd (diff) |
git: add 'force' alias for push --force-with-lease
Diffstat (limited to '.config')
-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 |