git 命令之暂存相关指令。

来源:互联网 发布:网络直播是什么 编辑:程序博客网 时间:2024/05/29 16:34

1、git 代码暂存指令:git stash

2、git 代码暂存列表信息:git stash list

3、git 代码应用暂存代码:git stash apply stash@{1}

4、git 代码清空暂存:git stash clear

原创粉丝点击