#git 使用步骤
git branch
git checkout -b Feature_#
git status
git branch
git add
git status
git commit -m ""
git config --global user.name
git config --global user.email
git commit -m ""
git log -1
git push -f origin Feature_#
history F
#git其他指令
git commit --amend
git reset --hard --soft
git pull origin release:release
git reset --hard FETCH_HEAD