Commit 023afa2
committed
feat(fish): expand git abbreviations with advanced workflows
Enhanced the Fish shell git abbreviation system to support more
comprehensive Git workflows. Reorganized abbreviation structure for
better logical grouping and added detailed documentation in README.
- Reorganized git abbreviations into logical groups: staging, branching,
committing, remote ops, merging, rebasing, resetting, stashing,
tagging, and logging
- Added new abbreviations for merge operations: `gm` (git merge),
`gms` (git merge --squash)
- Added new abbreviations for rebase workflows: `grb` (git rebase),
`grbc` (git rebase --continue), `grbi` (git rebase -i)
- Enhanced reset/restore commands: `gr` (git reset), `grh`
(git reset HEAD), `gro` (git restore), `gros`
(git restore --staged)
- Added tagging support: `gt` (git tag), `gts` (git tag -s)
- Improved logging abbreviations: `gl` now shows decorated graph,
added `glo` (oneline), `gls` (stat)
- Updated README.md with three-column table showing abbreviation,
command, and description
- Changed `gl` from `git pull` to `git log --oneline --decorate
--graph`, added `gpl` for pull operations
- Added `gcm` for quick commit with message1 parent 87982b8 commit 023afa2
2 files changed
Lines changed: 46 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
537 | 545 | | |
538 | 546 | | |
539 | 547 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | 140 | | |
143 | 141 | | |
144 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
| 148 | + | |
147 | 149 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 150 | | |
152 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
156 | | - | |
157 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
158 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
159 | 172 | | |
160 | 173 | | |
161 | 174 | | |
| |||
0 commit comments