mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-17 05:21:35 -03:00
fix git stash push
This commit is contained in:
@ -893,7 +893,7 @@ $ git stash save <message>
|
||||
```
|
||||
或
|
||||
```sh
|
||||
$ git push -m <message>
|
||||
$ git stash push -m <message>
|
||||
```
|
||||
<a name="stash-apply-specific"></a>
|
||||
### 使用某个指定暂存
|
||||
|
Reference in New Issue
Block a user