mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add git
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
git config --global user.email $GIT_EMAIL
|
||||
git config --global user.name $GIT_NAME
|
||||
|
||||
if [ "$1" == "server" ]; then
|
||||
# start hexo server
|
||||
echo "starting hexo..."
|
||||
|
||||
Reference in New Issue
Block a user