We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d779b8 commit ab6e8fbCopy full SHA for ab6e8fb
.config/git/config.aliases
@@ -43,6 +43,7 @@
43
44
# Commit
45
amend = commit -q --amend --no-edit
46
+ coauthor = !git commit --amend --message=\"$(git log -1 --format=%B)\" --message=\"Co-authored-by: $(git config --get user.name) <$(git config --get user.email)>\"
47
commit-each = "!f() { for fn in $(git ls-files --modified); do git commit -nm \"$(basename \"${fn%.*}\"): $1\" \"$fn\"; done; }; f"
48
fixup = !git amend && git push -q --force-with-lease
49
uncommit = reset --soft HEAD~1
0 commit comments