Skip to content

Commit

Permalink
chore(git): add 'please' alias
Browse files Browse the repository at this point in the history
please: **p**ush --force-with-**lease** is so much better

Keep `git pushf` for now to aid muscle memory
  • Loading branch information
matijs committed Jul 20, 2024
1 parent f5843fd commit d2fa069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
difft = -c diff.external=difft diff
fixup = commit --fixup=HEAD
log-no-tags = log --decorate-refs-exclude=refs/tags
please = push --force-with-lease
pushf = push --force-with-lease
remotes = remote --verbose
root = rev-parse --show-toplevel
Expand Down

0 comments on commit d2fa069

Please sign in to comment.