xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

图解 git stash

# 暂存本地 变化
$ git stash

# 复原
$ git stash pop


The "git stash" command can help you to (temporarily but safely) store your uncommitted local changes - and leave you with a clean working copy.

https://www.git-tower.com/learn/git/faq/save-changes-with-git-stash/

refs

Git Cheat Sheet

https://www.git-tower.com/learn/cheat-sheets/git/

Git for Subversion Users, SVN

https://www.git-tower.com/learn/cheat-sheets/git-for-svn/

Command Line Cheat Shee

https://www.git-tower.com/learn/cheat-sheets/cli/

The Workflow of Version Control

https://www.git-tower.com/learn/cheat-sheets/vcs-workflow/



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


原文地址:https://www.cnblogs.com/xgqfrms/p/14242509.html