1
0
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:
lumynou5
2023-06-23 14:50:11 +08:00
parent 4b209049d9
commit 7c4841b91e

View File

@ -1401,7 +1401,7 @@ $ git checkout --ours README.md
$ git stash $ git stash
``` ```
可以使用 `-u` 選項排除一些檔案: 也貯存未追蹤的檔案:
```sh ```sh
$ git stash -u $ git stash -u
@ -1437,7 +1437,7 @@ $ git stash push -m <message>
### 套用指定貯存 ### 套用指定貯存
可以先列出擁有的貯存: 先列出貯存:
```sh ```sh
$ git stash list $ git stash list