summaryrefslogtreecommitdiff
path: root/bin/git-amend
blob: 04430a6122fddefce35999b91d9e2b9e6325a785 (plain)
1
2
3
4
#!/bin/bash -e

# Replace the most recent commit: `git amend [commit options]`.
exec git commit --amend --no-edit "$@"