git config --global user.name "gao"
git config --global user.email "744989745@qq.com"
git config --global push.default simple
git clone https://github.com/nate-river/bird.git
git --help
git status
git add *
git status
git commit -m 'test cli'/p>
git push
git branch gh-pages
git checkout gh-pages
git merge master
git push --set-upstream origin gh-pages