1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 04:40:59 +01:00

Adds popular abort / continue

This commit is contained in:
Josh Powell
2019-07-24 09:49:44 -04:00
parent 84e39885c4
commit ce84456118
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ https://github.com/Originate/git-town#commands
| Alias | Command | Description |
|---------|----------------------------|----------------------------------------|
| `gt` | `git town` | Git-Town command |
| `gtab` | `git town abort` | Aborts the last run git-town command |
| `gtc` | `git town continue` | Restarts last after resolved conflict |
| `gth` | `git town hack` | New feature branch off main branch |
| `gtsy` | `git town sync` | Updates current branch w/ all changes |
| `gtnpr` | `git town new-pull-request`| Create a new pull request |