diff options
-rwxr-xr-x | commit | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ function git_user { if [ -e "$HOME/.gitconfig" ]; then echo "You should try to use your default setting:" + echo "" + if [ "$GIT_FOLDER" == "$(pwd)" ]; then echo "cat <<EOF >> .git/config" else |