git和svn的使用记录

git reset --hard; git checkout ${MASTER}; git branch | grep -v ${MASTER} | xargs -I {} git branch -D {} 恢复 == 切换主分支 == 删除远程分支 git fetch --all; git merge -q ${MASTER} r e p o n a m e / {repo_name}/ rep
相关文章
相关标签/搜索