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
87f1941d27
docs(git): remove duplicated line
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
Romain Janvier
6dc6646d52
docs(git): add missing entries and run formatter
3 years ago
Jack DeVries
35454190f6
feat(git): use verbose flags in aliases
...
Closes #11244
Closes #11246
Closes #10101
Closes #11380
3 years ago
Ruslan Tursunov
5ab517361a
feat(git): add `gcn` alias ( #10836 )
3 years ago
Hoàng
ac0924930d
feat(git): add aliases for `worktree` ( #10079 )
3 years ago
Wei Huang
e857cc8cb9
feat(git): alias `gluc` to sync with current branch in upstream ( #11101 )
4 years ago
Ian Cowan
5336e59db1
chore(git): fix unintentional latex in documentation ( #11018 )
4 years ago
Steven Pitts
e9e8c6b54d
feat(git): add `gupom` and `gupomi` aliases ( #10261 )
...
Co-authored-by: Steven Pitts <spitts@teikametrics.com>
4 years ago
Markus Hofbauer
58478d0888
feat(git): Add alias for rebasing to origin/main-branch ( #10445 )
4 years ago
Michael Fryar
1c9a64ece6
feat(git): add `gswm` and `gswd` aliases ( #9897 )
...
Co-authored-by: Nathaniel Young <nathanielyoung95070@gmail.com>
5 years ago
Carlo Sala
bf7c1b160d
fix(git)!: rename `gdu` alias to `gdup` ( #10263 )
...
BREAKING CHANGE: the `gdu` alias has been renamed to `gdup` to avoid a
conflict with `go disk usage` (https://github.com/dundee/gdu ).
5 years ago
fanuch
714399a7c3
feat(git): add `gccd` alias to clone and cd into git repository ( #8220 )
...
Fixes #8216
Closes #8220
Co-authored-by: Nelson Estevão <nelsonmestevao@gmail.com>
5 years ago
Nikolas Garofil
adef0e6081
feat(git): run `gitk` in the background in `gk` and `gke` aliases ( #9657 )
5 years ago
Claas Augner
130f35fcb2
feat(git): add `gdu` alias to diff against upstream ( #8721 )
5 years ago
Marc Cornellà
5a4159cd29
fix(git)!: rename `git mergetool` aliases to `gmtl*` ( #9154 )
...
BREAKING CHANGE: the `gmt` alias conflicts with the Generic Mapping Tools command.
For that, the `gmt` alias has been renamed to `gmtl`, and `gmtvim` has been renamed to
`gmtlvim` for consistency.
Fixes #9154
5 years ago
Neil Girdhar
a5850d441b
feat(git): change from commiter to author in `git log` aliases ( #9670 )
5 years ago
wl2776
0c590aba74
fix(git): fix `gbda` alias when there are no merged branches ( #10005 )
5 years ago
Max Eisner
ab58594173
feat(git): add `develop` branch name detection ( #9881 )
5 years ago
Lasse Peters
3ea66642e8
feat(git): Add alias for 'git checkout --recurse-submodules' ( #9958 )
5 years ago
Daniel Wu
9bdbe08aa2
feat(plugins): add gpr alias for /git pull -rebase/ which is easier to remember ( #9964 )
5 years ago
Babak K. Shandiz
d646884add
feat(git): add aliases `gcas` and `gcasm` for commit with sign-off ( #8881 )
5 years ago
John Delgado
040aadf7c4
feat(git): add `grbo` alias for `git rebase --onto` ( #8088 )
5 years ago
Peter Babič
0f6aa0182c
feat(git): add grst alias for `git restore --staged` ( #8932 )
...
Closes #8932
5 years ago
Marc Cornellà
c99f3c50fa
git: go back to previous main branch detection logic
...
Fixes #9114
6 years ago
Marc Cornellà
83f6194929
git: change docs for git_main_branch
...
Also remove unnecesary dramatic remark
6 years ago
Marc Cornellà
1db79f97f5
git: use `master` if it exists, otherwise use `main`
...
See https://github.com/ohmyzsh/ohmyzsh/pull/9049#issuecomment-654537347
Co-authored-by: Yufan You <ouuansteve@gmail.com>
6 years ago
Adam Vandover
3178334a2d
git: change main branch naming scheme ( #9049 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Tvrtko Majstorović
255ef8d587
git: add alias for git diff excluding lock files ( #8935 )
6 years ago
Stanisław
ff0d490915
git: clarify what the glp alias does ( #8850 )
6 years ago
larumbe
77b409d5c2
git: add convenience aliases for `git apply` and `git am` ( #8563 )
6 years ago
David
a25efd1e31
git: exclude devel branch from list in gbda alias ( #8957 )
6 years ago
Mikael Andersson Wigander
d8f674cc8e
git: exclude 'development' in gdba alias ( #8902 )
6 years ago
glechic
4d1202c70c
git: fix markdown in README ( #8769 )
6 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Jean-Yves Rivallan
831089a375
git: make the gpristine alias remove untracked git repos ( #8697 )
6 years ago
Ujwal Dhakal
e8609b857c
git: add `grename` to rename a local branch and in the origin remote ( #8622 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Roman
aa4146a9a4
git: add alias for git stash --include-untracked ( #8617 )
6 years ago
Ryan Styrczula
df9cf72396
plugins/git: Fix `gbda` trying to delete worktree branches
...
Git learned to add a `+` in front of branches that are
checked out in other worktrees.
See: 745f681289/Documentation/RelNotes/2.23.0.txt (L252-L256)
7 years ago
Julien Janvier
de3b14cf69
git: add aliases for git switch and restore ( #8089 )
7 years ago