Skip to content

Commit

Permalink
git desc: skip hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Aug 25, 2024
1 parent 4a33a10 commit 65c970d
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 @@
bd = !git checkout master && git branch -D "$1"
cp = cherry-pick
dc = diff --cached
desc = commit --allow-empty
desc = commit --allow-empty -n
emerge = !git add -A . && git amend -n && git pushm -f
nb = switch --create
pullm = !git pull $(git remote | head -1) $(git branch --show-current):$(git branch --show-current)
Expand Down

0 comments on commit 65c970d

Please sign in to comment.