Browse Source

User-friendly reminder about config file during setup.

master
Chris McCormick 8 years ago
parent
commit
45c29faac0
2 changed files with 4 additions and 1 deletions
  1. 1
    1
      config
  2. 3
    0
      gitnonymous-setup

+ 1
- 1
config View File

@@ -4,4 +4,4 @@ export GIT_COMMITTER_NAME="YOUR NAME"
4 4
 export GIT_COMMITTER_EMAIL="your.email@your-anonymous-provider.com"
5 5
 export GIT_AUTHOR_NAME="YOUR NAME"
6 6
 export GIT_AUTHOR_EMAIL="your.email@your-anonymous-provider.com"
7
-export TZ=UTC # obscure real timezone by setting to UTC
7
+export TZ=UTC # obscure real timezone by setting to UTC - you can leave this

+ 3
- 0
gitnonymous-setup View File

@@ -35,4 +35,7 @@ else
35 35
   chmod 755 "${sshwrapperfile}"
36 36
   echo "-> Creating config file '${configfile}'."
37 37
   cp ${dir}/config "${configfile}"
38
+  echo
39
+  echo " *** You should now edit '${configfile}' and set your own username and email. ***"
40
+  echo
38 41
 fi

Loading…
Cancel
Save