Arvin Verain
95de26572e
revert(git): revert deprecation for `gg*` aliases ( #13485 )
...
These aliases have long been expected and integrated with user workflows. Reverting our decision to deprecate them.
3 months ago
Arvin Verain
d4a62a2715
refactor(git)!: remove old deprecated aliases ( #13149 )
...
BREAKING CHANGE: the following deprecated aliases have been removed:
gup, gupv, gupa, gupav, gupom, gupom. The following aliases have been
deprecated: ggpull, ggpur, ggpush. `current_branch` has also been
deprecated, in favor of `git_current_branch`.
3 months ago
Artyom Fedosov
5a282b9b30
chore(git): remove quotes around `$#` ( #13403 )
4 months ago
hanskr
f1934d2c76
fix(git): improve ggu, ggl, gp, ggfl, ggp functions ( #13370 )
...
Co-authored-by: Hans Kristian Kismul <hans.kristian.kismul@finn.no>
5 months ago
Carlo Sala
d57775d89e
fix(git): replace `whatchanged` with `log` ( #13338 )
...
Closes #13333
5 months ago
ElisarEisenbach
2525dae661
feat(git): use remote default branch to guess main branch ( #13212 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
7 months ago
jishudashen
e3e468d138
chore: fix typos ( #13219 )
8 months ago
Roeniss Moon
9957e4e8be
feat(git): add gcfu alias for `commit --fixup` ( #13027 )
11 months ago
Ruslan Tursunov
3151c9c1a3
fix(git): re-add accidentally removed `gcn` ( #12681 )
2 years ago
Marc Cornellà
2056aeeead
Revert "feat(git)!: ask for confirmation in `gpf` alias ( #10169 )"
...
This reverts commit c13795d4c4 .
2 years ago
whisperity
b0204f7839
feat(git): add `gmff`, `gprum(i)`, `grbum` aliases to work with `upstream` remotes ( #11428 )
2 years ago
Marc Cornellà
c13795d4c4
feat(git)!: ask for confirmation in `gpf` alias ( #10169 )
...
- Rename `git push --force-with-lease ...` to `gpff`
- Add a y/n confirmation prompt to `gpf` before running `git push --force-with-lease ...`
BREAKING CHANGE: this change adds a confirmation prompt to the `gpf` alias before
running the potentially destructive `git push --force-with-lease` command. If you
want to force-run the command without having to confirm it, run `gpff`.
2 years ago
Jonas Geiregat
44ea99e7b9
feat(git): fetch tags in `gfa` alias ( #12558 )
2 years ago
Turiiya
5233759206
feat(git): add `gclf` alias ( #12508 )
2 years ago
Jesús Miguel Benito Calzada
1b29fd3a46
feat(git): support `stable` in `git_main_branch` ( #12447 )
2 years ago
Francesco Ilario
0fabd5f22f
fix(git): add checked-out branch support to `gbg*` ( #12397 )
2 years ago
Soo Philip Jason Kim
3e2a5742cd
feat(git): add alias `gmc` for `git merge --continue` ( #12326 )
...
Co-authored-by: PJ Kim <pj.0x08@kakaocorp.com>
2 years ago
Matheus Richard
a6ce40df49
feat(git): introduce `gwipe` alias ( #12302 )
...
`gpristine` might be too much on several occasions, given that it removes all untracked files. This might not be ideal because it will delete important things like environment files and encryption keys.
With that in mind, this commit introduces `gwipe` as a way to get a "clean slate" but still have your dev environment working.
2 years ago
Harkesh
6f215cd692
feat(git): add `grf` alias ( #12176 )
2 years ago
Mohammad Al Zouabi
8be4789bbb
feat(git): add `greva` and `grevc` aliases ( #12042 )
2 years ago
Mladen Plavsic
cb7ff9fb14
feat(git): add `gcann!` alias ( #12041 )
2 years ago
B. Hamonangan
ec74eb91bd
feat(git): add `gcB` alias ( #12116 )
2 years ago
Marc Cornellà
b6bb133f23
fix(git): fix repository detection in `gccd` function ( #12023 )
...
Fixes #12023
2 years ago
Marc Cornellà
ff6dac56a2
fix(git): fix smart cd to cloned directory in `gccd` function
2 years ago
Marc Cornellà
f79647dba5
fix(git): fix check in `gbds` function
2 years ago
Zeeshan
207d29b716
fix(git)!: standardize `git pull --rebase` aliases ( #11224 )
...
BREAKING CHANGE: The alias `gup` for `git pull --rebase` and its derivatives
are replaced by `gpr` for standardization. This means the previous aliases will
no longer be available after a few months. Meanwhile, the original aliases are
still working, with a deprecation notice.
See https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/README.md#deprecated-aliases
for the full list of deprecated aliases.
Fixes #11104
Closes #11224
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2 years ago
Marc Cornellà
8152dc673b
fix(git): move squash-merged branch deletion from `gbda` to `gbds` function ( #11991 )
2 years ago
Marc Cornellà
f939768751
fix(git): fix fallback to develop branch if `master` not found ( #11966 )
2 years ago
Adam Johnson
b1821a24f0
fix(git): restore showing patch in `gsts` ( #11951 )
2 years ago
tobi1805
24b2600558
feat(git): delete squash-merged branches in `gbda` ( #11948 )
2 years ago
Carlo Sala
0e1e877ea9
fix(git)!: remove `gt` alias
...
BREAKING CHANGE: `gt` alias clashes with Graphite CLI
(https://graphite.dev ). See https://github.com/ohmyzsh/ohmyzsh/pull/11910#issuecomment-1736340910
2 years ago
Adam Johnson
4fb5d02db9
feat(git): add reset aliases `grhk` and `grhs` ( #11896 )
2 years ago
Adam Johnson
e2b855341b
feat(git): add tag aliases `gt` and `gta` ( #11910 )
...
Co-authored-by: hasecilu <hasecilu@protonmail.com>
Co-authored-by: Rik <gitaarik@posteo.net>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
Adam Johnson
bca62f78e2
feat(git): add branch rename alias `gbm` ( #11909 )
...
Co-authored-by: Gabriel Akinyosoye <gabrielfemi799@gmail.com>
2 years ago
Adam Johnson
aaa74964a8
fix(git): remove `--text` from `gsts` ( #11897 )
2 years ago
Adam Johnson
331f3c8b2e
feat(git): add bisect aliases `gbsn` and `gbso` ( #11869 )
3 years ago
Adam Johnson
bae577d6b2
fix(git)!: remove `-b` from `blame` alias ( #11864 )
3 years ago
Zhang Visper
c92af18c36
fix(git): some aliases under non-english LANG ( #11855 )
3 years ago
Miguel Hargreaves Pimenta
33c0de7add
refactor(git): sort git aliases alphabetically ( #9743 )
3 years ago
Devraj Mehta
8cbe98469d
fix(git): remove color codes from some aliases ( #11770 )
3 years ago
Ihor
f5cb9a6c97
fix(git): `gunwipall` now only resets once ( #11758 )
...
Closes #11750
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Ihor
115cee1701
feat(git): add `gunwipall` function ( #11725 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Tom D
fb4213c34f
perf(git): improve `gunwip` alias ( #11714 )
3 years ago
Aleks
ad99f0c164
feat(git): add merge squash alias (`gms`) ( #10937 )
3 years ago
Francesco Ilario
8c808da23c
feat(git): add aliases for gone branches ( #9250 )
...
Closes #8457
Closes #9973
3 years ago
guenthgr
cc73a929f6
feat(git): add `gpod` alias
...
Closes #11501
3 years ago
Carlo Sala
45571bfa03
fix(git): `gpristine` requires two `--force` flags
...
Fixes #11483
3 years ago
Unnit Metaliya
d48cbb82b1
feat(git)!: add `force-if-includes` flag ( #11481 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Closes #11388
BREAKING CHANGE: `gpf` and `gpsupf` now have the `--force-if-includes` flag if git version is greater than 2.30. It will make force pushes more safer. See https://stackoverflow.com/questions/65837109/when-should-i-use-git-push-force-if-includes
3 years ago
Taehyun Hwang
39525e5ec3
feat(git): add `gpsupf` alias ( #11268 )
3 years ago
Jack DeVries
35454190f6
feat(git): use verbose flags in aliases
...
Closes #11244
Closes #11246
Closes #10101
Closes #11380
3 years ago