@@ -25,21 +25,22 @@ As long as something looks enough like a command, the bartender will <i>probably
2525
2626# 🍹 Usage
2727
28- | Command | Description | Aliases | Usage/Examples |
29- | ----------------------- | ---------------------------------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------- |
30- | help | Shows the manual, so I can deal with less bullshit from you. | h | ` gb help ` <br > ` gb help [command] ` <br > ` gb help [alias] ` |
31- | abort | What ya mom should've done years ago. Aborts a stuck process. | ab | ` gb abort ` |
32- | discard | Wasted time on something that didn't work? | explode, dc | ` gb discard ` |
33- | github | Things related to the Hub- shit. Walked myself right into that one. | gh | ` gb github <subcommand> ` |
34- | github actions | Just pushed your changes? Want to watch the deployment fail? | a, action | ` gb github actions ` <br > ` gb github actions [workflow] ` <br > ` gb github actions [workflow] --branch [branch] ` <br > ` gb github actions [workflow] -b [branch] ` |
35- | github pull-request | Open a pull request. What did you expect? | pr, pullrequest | ` gb github pull-request ` <br > ` gb github pull-request <target_branch> ` <br > ` gb github pull-request <target_remote>/[target_branch] ` <br > ` gb github pull-request <target_remote>/[target_branch]:<from_remote>/[from_branch] ` <br > <br >** Examples:** <br > ` gb github pull-request dev ` <br > ` gb github pull-request upstream/main ` <br > ` gb github pull-request dev:staging ` <br > ` gb github pull-request dev:upstream/main ` <br > ` gb github pull-request /main:upstream/ ` |
36- | ignore | Ignore your files, like ignoring your problems. | i | ` gb ignore [...patterns] ` <br > ` gb ignore ` (view ignored files) |
37- | pet | Petting me? Seriously? | | ` gb pet ` |
38- | unignore | Unignoring your problems now? Good for you. | u | ` gb unignore [...patterns] ` |
39- | undo | Uncommits your commits because you have commitment issues. | ud | ` gb undo [amount] ` |
40- | unstage | Did you fuckin' stage .env? Remove that! | unadd, !add | ` gb unstage [...files] ` |
41- | what | Are you _ really_ dumb enough to not know info about the project you're literally working on? | which | ` gb what <subcommand> ` |
42- | what branch | Really? Did you ** seriously** forget what branch you're working on? _ Dumbass_ . | which branch | ` gb what branch ` |
28+ | Command | Description | Aliases | Usage/Examples |
29+ | ----------------------- | ----------------------------------------------------------------------------- | ---------------------- | --------------------------------------------------------------- |
30+ | help | Shows the manual, so I can deal with less bullshit from you. | h | ` gb help ` <br > ` gb help [command] ` <br > ` gb help [alias] ` |
31+ | abort | What ya mom should've done years ago. Aborts a stuck process. | ab | ` gb abort ` |
32+ | add-missing | Add missing files to the latest commit. You made a broken commit, didn't you? | addmissing, addm | ` gb add-missing <...files> ` |
33+ | discard | Wasted time on something that didn't work? | explode, dc | ` gb discard ` |
34+ | github | Things related to the Hub- shit. Walked myself right into that one. | gh | ` gb github <subcommand> ` |
35+ | github actions | Just pushed your changes? Want to watch the deployment fail? | a, action | ` gb github actions ` <br > ` gb github actions [workflow] ` <br > ` gb github actions [workflow] --branch [branch] ` <br > ` gb github actions [workflow] -b [branch] ` |
36+ | github pull-request | Open a pull request. What did you expect? | pr, pullrequest | ` gb github pull-request ` <br > ` gb github pull-request <target_branch> ` <br > ` gb github pull-request <target_remote>/[target_branch] ` <br > ` gb github pull-request <target_remote>/[target_branch]:<from_remote>/[from_branch] ` <br > <br >** Examples:** <br > ` gb github pull-request dev ` <br > ` gb github pull-request upstream/main ` <br > ` gb github pull-request dev:staging ` <br > ` gb github pull-request dev:upstream/main ` <br > ` gb github pull-request /main:upstream/ ` |
37+ | ignore | Ignore your files, like ignoring your problems. | i | ` gb ignore [...patterns] ` <br > ` gb ignore ` (view ignored files) |
38+ | pet | Petting me? Seriously? | | ` gb pet ` | |
39+ | unignore | Unignoring your problems now? Good for you. | u | ` gb unignore [...patterns] ` |
40+ | undo | Uncommits your commits because you have commitment issues. | ud | ` gb undo [amount] ` |
41+ | unstage | Did you fuckin' stage .env? Remove that! | unadd, !add | ` gb unstage [...files] ` |
42+ | what | Ya * really* dumb enough to not know what you're working on? | which | ` gb what <subcommand> ` |
43+ | what branch | Figured only you would forget what branch you're working on... | | ` gb what branch ` |
4344
4445# ⏱️ Future Plans
4546
0 commit comments