We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc508e commit 1fed877Copy full SHA for 1fed877
Git-change-author.sh
@@ -1,4 +1,4 @@
1
-#!
+#!bin/bash
2
if [[ -z "$1" || "$1" == "--help" || -z "$2" ]]; then
3
echo ' Usage: git-change-author "Your Name" "email@address" [SHA1]'
4
exit 1
@@ -18,4 +18,4 @@ done
18
git rebase --rebase-merges --committer-date-is-author-date "${START_HASH}"
19
echo ""
20
21
-echo "Don't forget to run \`git push -f\` - preferably on a test branch first."
+echo "Don't forget to run \`git push -f\` - preferably on a test branch first!"
0 commit comments