浏览代码

Add git stash tips

DricomDragon 5 年之前
父节点
当前提交
c00bfdde0d
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Guides/git.md

+ 6 - 0
Guides/git.md

@@ -32,6 +32,12 @@ You can replace `--global` by `--local` to configure a specific project.
 
 `git rm --cached <file>` remove a file from git but keep this file on drive
 
+### Stashing
+
+`git stash -u -m 'Experiment optimized code`
+
+`-u` is used to stash _untracked files_
+
 ### Diff tool
 
 `git difftool` use a tool like _vimdiff_