1.使用git stash
2.git checkout
3.git stash pop
4.git add
5.git commit -m "".
6.git push
本文介绍了Git版本控制系统中的关键命令,包括如何使用gitstash保存未提交更改,gitcheckout切换分支,gitstashpop恢复暂存,gitadd添加文件,gitcommit记录变更,以及gitpush推送代码到远程仓库。
1.使用git stash
2.git checkout
3.git stash pop
4.git add
5.git commit -m "".
6.git push
567

被折叠的 条评论
为什么被折叠?