Skip to content

Commit

Permalink
git emerge: update to use force with lease
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jan 1, 2025
1 parent 8704f46 commit 611c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
cp = cherry-pick
dc = diff --cached
desc = commit --allow-empty -n
emerge = !git add -A . && git amend -n && git pushm -f
emerge = !git add -A . && git amend -n && git pushm --force-with-lease
nb = switch --create
nbt = !git nb "thiagowfx/$(shuf -n1 /usr/share/dict/words | tr '[:upper:]' '[:lower:]')"
pullm = !git pull $(git remote | head -1) $(git branch --show-current):$(git branch --show-current)
Expand Down

0 comments on commit 611c55a

Please sign in to comment.