Skip to content

Commit b5a2a89

Browse files
Update Git-change-author.sh
1 parent 1fed877 commit b5a2a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Git-change-author.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bash
1+
#!/bin/bash
22
if [[ -z "$1" || "$1" == "--help" || -z "$2" ]]; then
33
echo ' Usage: git-change-author "Your Name" "email@address" [SHA1]'
44
exit 1

0 commit comments

Comments
 (0)