标签:logs fetch 数据 etc 提交 check bsp issue nbsp
git fetch origin 同步远程服务器上的数据到本地
git cherry-pick submitId 从其他分支同步提交
git branch -r
git diff filepath 展示变化
git reset 从把缓存区数据恢复到工作空间
恢复远程版本:
git reset --hard 版本号
然后执行git push -f
git branch -a 查看所有分支
git reset --hard 目标版本号
合并分支:
$: git checkout master $: git merge issue1234
https://www.cnblogs.com/kuyuecs/p/7111749.html
标签:logs fetch 数据 etc 提交 check bsp issue nbsp
原文地址:https://www.cnblogs.com/liwutao/p/11232578.html