git 經常使用命令git
git reset 回退git add 操做服務器
git branch feature01建立本地分支 url
git push origin feature01:feature01建立遠程分支rem
git push -u origin feature01 創建本地分支與遠程新分支的關聯it
git push origin :feature01 左邊爲空,刪除遠程feature01分支ast
git branch -vv 查看本地分支與遠程分支關係di
git merge feature01 把feature01 合併到master遠程
git diff 查看與暫存區比較push
git merge branchname 這個命令把分支"branchname"合併到了當前分支裏面。版本
git reset --hard head^ 回退到上一個版本
git remote set-url --push [遠程倉庫名稱] [更換的git服務器地址]