图解 git stash All In One
图解 git stash All In One
# 暂存本地 变化
$ 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/
gif 图解 git
- git merge
- git rebase
- git reset
- git revert
- git cherry-pick
- git fetch
- git pull
- git reflog
https://dev.to/lydiahallie/cs-visualized-useful-git-commands-37p1
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/
refs
©xgqfrms 2012-2021
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/14242509.html
未经授权禁止转载,违者必究!