Sync "Stash" with en for zh-TW

This commit is contained in:
lumynou5 2023-06-23 14:50:11 +08:00
parent 4b209049d9
commit 7c4841b91e
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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