- git config --global user.name yourname
- git config --global user.email youremail
- git add .
- git commit -m "your-commit"
- git push origin master
- git pull origin master
- git submodule add https://github.com/example.git
- git submodule update --init --recursive
- git log --oneline --all --graph
- git status
- git remote -v
- git remote rm gitblit
- git remote add gitblit http://admin@10.118.61.211:10101/r/FrontEnd.git