Updated GitConfig.

This commit is contained in:
Varun 2020-11-10 17:34:24 +05:30
parent ddeb3e7bc9
commit 6457614cfb
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -34,7 +34,7 @@ gitconfig() {
GIT_EMAIL="$2"
fi
if [ -z "$3" ]; then
if [ ! -z "$3" ]; then
LOCAL=false
else
LOCAL=true