Updated demo user setup
This commit is contained in:
@@ -3,10 +3,9 @@ orig_cwd="$PWD"
|
||||
# Load SCM Breeze helpers
|
||||
source "$scmbDir/lib/git/helpers.sh"
|
||||
|
||||
# Set up demo git user if not configured
|
||||
if [ -z "$(git config --global user.email)" ]; then
|
||||
git config --global user.email "testuser@example.com"
|
||||
fi
|
||||
if [ -z "$(git config --global user.name)" ]; then
|
||||
git config --global user.name "Test User"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user