git remote add orgin http://xxxxx.git
git checkout -t origin/name
git cherry-pick " "
git branch -a
git remote origin set-url [url]
git remote rm origin git remote add origin [url]
git remote rm origin
git remote add origin [url]
Git操作记录
原文:https://www.cnblogs.com/niumowangya/p/10760577.html