merge-commit-and-feature: commit update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -132,15 +132,26 @@ my-feature-name: this is a sample commit message
|
|||||||
|
|
||||||
#### End
|
#### End
|
||||||
|
|
||||||
Use the `end` subcommand to close out the feature.
|
Use the `end` subcommand to safely close out the feature.
|
||||||
The standard branch will be checkout and the local feature branch will be forcibly deleted.
|
The standard branch will be checkout and the local feature branch will be deleted.
|
||||||
Make sure that your changes have been merged.
|
This command will fail if you have not merged your changes.
|
||||||
If there is a backup copy on `origin`, it will also be removed.
|
If successful and there is a backup copy on `origin`, it will also be removed.
|
||||||
|
|
||||||
```
|
```
|
||||||
feature end
|
feature end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Trash
|
||||||
|
|
||||||
|
Use the `trash` subcommand to forcibly close out the feature.
|
||||||
|
The standard branch will be checkout and the local feature branch will be forcibly deleted.
|
||||||
|
Make sure that your changes have been merged because they will be lost.
|
||||||
|
If there is a backup copy on `origin`, it will also be removed.
|
||||||
|
|
||||||
|
```
|
||||||
|
feature trash
|
||||||
|
```
|
||||||
|
|
||||||
## Xgrep utility
|
## Xgrep utility
|
||||||
|
|
||||||
This utility makes it easier to use git-grep.
|
This utility makes it easier to use git-grep.
|
||||||
|
|||||||
Reference in New Issue
Block a user