1 git pull $url
2 git add *
3 git config --global user.email $email
4 git config --global user.name $name
5 git commit -m 'update'
1 git pull $url
2 git add *
3 git config --global user.email $email
4 git config --global user.name $name
5 git commit -m 'update'