git checkout -b fetch_name
git add .
git commit -m 'message' git commit -a 忽略全部刪除新增等操做
鍵入:i 進入插入模式 鍵入:message
按鍵:esc 鍵入:‘:’冒號 鍵入:‘wq' 退出編輯器
git push - u origin fetch_name
git branch -b
使用注意及其它經常使用:linux
git mv --force oldfile.xxx newFile.xxx
或 :
git mv -f oldfile.xxx newFile.xx
2.刪除遠程已提交分支git
git origin(master) :fetchname