mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-16 12:54:01 -03:00
Sync "Stash" with en for zh-TW
This commit is contained in:
@ -1401,7 +1401,7 @@ $ git checkout --ours README.md
|
||||
$ git stash
|
||||
```
|
||||
|
||||
可以使用 `-u` 選項排除一些檔案:
|
||||
也貯存未追蹤的檔案:
|
||||
|
||||
```sh
|
||||
$ git stash -u
|
||||
@ -1437,7 +1437,7 @@ $ git stash push -m <message>
|
||||
|
||||
### 套用指定貯存
|
||||
|
||||
可以先列出擁有的貯存:
|
||||
先列出貯存:
|
||||
|
||||
```sh
|
||||
$ git stash list
|
||||
|
Reference in New Issue
Block a user