摘要: Git 常用命令 Git 暂存 #暂存操作 git stash save '本次暂存的标识名字' #查看记录 git stash list #恢复指定的暂存工作, 暂存记录保存在list内,需要通过list索引index取出恢复 git stash pop stash@{index} #恢复指定的暂 阅读全文
posted @ 2021-05-12 20:54 AJAX` 阅读(78) 评论(0) 推荐(0)