摘要: git fetch --prune // 强制拉取所有远程分支 (更新远程分支) git stash // 加入缓存 git stash pop // 恢复缓存 git stash list // 查看缓存列表 git stash clear // 删除所有缓存列表 git fetch -p 获取远 阅读全文
posted @ 2021-06-24 14:40 佑之以航 阅读(67) 评论(0) 推荐(0) 编辑