Working Git scripts

This commit is contained in:
Ric Harvey
2015-06-25 13:05:43 +00:00
parent d34afc56e0
commit a3c11bb067
3 changed files with 2 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ if [ ! -z "$GIT_EMAIL" ]; then
fi
if [ ! -z "$GIT_NAME" ]; then
git config --global user.name "$GIT_NAME"
git config --global push.default simple
fi
# Pull down code form git for our site!