时间:2024-10-11 18:45:37
1、暂存修改的代码。如图代码:git stash save '本次暂存名'
2、查看暂存列表。如图代码:git stash list
3、恢复暂存的代码,其中pop后面的 0 是暂存的索引。如图