Skip to content

Commit da03d90

Browse files
authored
Clearer output message
Making the final output message more clear that its setting a local config, in what directory (repo name), and quoting the name and email.
1 parent 4af650f commit da03d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ fi
5050
git config --local user.email "$email"
5151
git config --local user.name "$name"
5252

53-
echo -e "\nIdentity set to $name <$email>"
53+
echo -e "\nLocal identity for ${PWD##*/} set to \"$name <$email>\""

0 commit comments

Comments
 (0)