Skip to content

Commit

Permalink
git: make emerge great again
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed May 8, 2024
1 parent f506bc8 commit b55f95f
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 @@ -17,7 +17,7 @@
cp = cherry-pick
dc = diff --cached
desc = commit --allow-empty
emerge = !git amend -n && git pushm -f
emerge = !git add -A . && git amend -n && git pushm -f
exec = !exec
nb = checkout -b
pullm = !git pull $(git remote) $(git branch --show-current):$(git branch --show-current)
Expand Down

0 comments on commit b55f95f

Please sign in to comment.