Skip to content

Commit 29279de

Browse files
committed
global git name
1 parent 10ec1db commit 29279de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ rm -dfr doctmp/**
66
cp -R output/** doctmp
77
cd doctmp
88

9-
git config --local user.email "fsdocs@aardvarkians.com"
10-
git config --local user.name "fsdocs"
9+
git config --global user.email "fsdocs@aardvarkians.com"
10+
git config --global user.name "fsdocs"
1111
git add .
1212
git commit -m "Update docs"
1313
git push origin gh-pages

0 commit comments

Comments
 (0)