📜  git stash bitbucket - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:36.939000             🧑  作者: Mango

代码示例1
$ git statusOn branch masterChanges to be committed:    new file:   style.cssChanges not staged for commit:    modified:   index.htmlUntracked files:    script.js$ git stash -uSaved working directory and index state WIP on master: 5002d47 our new homepageHEAD is now at 5002d47 our new homepage$ git statusOn branch masternothing to commit, working tree clean