标签:txt pat sage pre file remote highlight 本地 out
git remote set-url origin 远程仓库地址
git stash 储藏当前的本地修改 git stash save [message] 储藏当前本地修改,附上备注信息 git stash apply 应用最新的储藏 git stash apply [id] 应用指定的储藏
git checkout --filename 撤销某个文件的修改 git checkout . 撤销所有修改
git checkout --patch B_branch f.txt
标签:txt pat sage pre file remote highlight 本地 out
原文地址:https://www.cnblogs.com/gentlemanwuyu/p/10369051.html