Explorar el Código

User-friendly reminder about config file during setup.

master
Chris McCormick hace 8 años
padre
commit
45c29faac0
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 1
    1
      config
  2. 3
    0
      gitnonymous-setup

+ 1
- 1
config Ver fichero

@@ -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 Ver fichero

@@ -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…
Cancelar
Guardar