Skip to content

Commit

Permalink
git: fix empty
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jan 4, 2025
1 parent ce50e38 commit b5e8431
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 @@ -22,7 +22,7 @@
default = !git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'
desc = commit --allow-empty -n
emerge = !git add -A . && git amend -n && git pushm --force-with-lease
empty = desc -m "empty commit"
empty = desc -n -m "empty"
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 b5e8431

Please sign in to comment.