git小操作之checkout、stash

it2022-05-09  60

git checkout会带上当前changed但没有commit的内容到目标分支git stash用来暂存当前改动,并且会退代码到上一个commit;git stash pop则取出所stash的代码

转载于:https://www.cnblogs.com/maozhige/p/3741946.html

相关资源:数据结构—成绩单生成器

最新回复(0)