git在切换分支的时候,管理暂存本地修改的代码
当我们在使用git进行团队协作开发的时候,会有多个开发分支。例如:master、dev、feature等等分支。
例如:当我们在feature分支进行开发的时候。然后想切换到master分支看一下这部分业务逻辑怎么处理的,运行看看效果,但是我们已经在feature分支做了修改,因为业务没有写完不能直接commit。。。
所以git stash 就派上用场了
例如我们在feature分支做了修改。在切换分支的先进行“暂存”。
1 | git branch // 查看当前分支 |
Invitation
aqing
962555446
created:15/04/2021
Welcome to Candyhome
Use this card to join the candyhome and participate in a pleasant discussion together .
Welcome to aqing's candyhome,wish you a nice day .
评论