index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
git
Age
Commit message (
Expand
)
Author
2021-01-01
feat(git): add grst alias for `git restore --staged` (#8932)
Peter Babič
2020-12-08
fix(git): silently fail in `git_main_branch` if not in a git repo (#9484)
Joseph Heyburn
2020-11-12
feat(git): support trunk branches in `git_main_branch` (#9417)
Alisson B. Santos
2020-10-04
git: fix version check
Marc Cornellà
2020-10-03
git: run gfa with --jobs=10 (fetch remotes in parallel) (#9268)
Fabian Bonk
2020-07-15
git: go back to previous main branch detection logic
Marc Cornellà
2020-07-11
git: change docs for git_main_branch
Marc Cornellà
2020-07-11
git: better algorithm to decide what's the main branch
Marc Cornellà
2020-07-09
git: use `master` if it exists, otherwise use `main`
Marc Cornellà
2020-07-03
git: change main branch naming scheme (#9049)
Adam Vandover
2020-05-23
git: add alias for git diff excluding lock files (#8935)
Tvrtko Majstorović
2020-05-22
git: clarify what the glp alias does (#8850)
Stanisław
2020-05-22
git: add convenience aliases for `git apply` and `git am` (#8563)
larumbe
2020-05-22
git: exclude devel branch from list in gbda alias (#8957)
David
2020-05-21
git: exclude 'development' in gdba alias (#8902)
Mikael Andersson Wigander
2020-03-24
git: fix markdown in README (#8769)
glechic
2020-03-11
Clean up plugin READMEs and a few plugins
Marc Cornellà
2020-03-03
git: make the gpristine alias remove untracked git repos (#8697)
Jean-Yves Rivallan
2020-02-18
git: add `grename` to rename a local branch and in the origin remote (#8622)
Ujwal Dhakal
2020-02-15
git: add alias for git stash --include-untracked (#8617)
Roman
2019-09-13
git: fix gtl alias argument
Marc Cornellà
2019-08-23
plugins/git: Fix `gbda` trying to delete worktree branches
Ryan Styrczula
2019-08-20
git: add aliases for git switch and restore (#8089)
Julien Janvier
2019-07-11
git: add missing grev alias to README (#7984)
Adriaan Knapen
2019-06-15
git: add git revert alias (#7841)
SomeDer
2019-05-21
git: clean up plugin file and delete current_repository function
Marc Cornellà
2019-05-21
git: move documentation from wiki to README
Marc Cornellà
2019-04-10
git: use is-at-least to test for git version
Marc Cornellà
2019-04-09
git: minor syntax fix
Marc Cornellà
2019-04-09
git: use stash 'push' instead of the deprecated 'save' (#7486)
Marc Cornellà
2019-04-09
Update to inline conditional syntax
Marc Cornellà
2019-04-07
git: add 'gtl' alias to list tags matching a pattern (#7629)
Asatur Meltonyan
2019-04-02
Revert "git: delete branches in `gbda` only if there are any (#6079)" (#7724)
Marc Cornellà
2019-03-31
git: use interactive mode in gclean
Marc Cornellà
2019-03-29
git: add `--no-gpg-sign` to gwip (#6031)
Simen Bekkhus
2019-03-29
git: delete branches in `gbda` only if there are any (#6079)
Jakub Chábek
2019-03-25
git: fix grt on path with spaces
Marc Cornellà
2019-03-10
Add git reset to origin alias to git plugin (#7630)
Tieme van Veen
2019-01-30
git: properly indent ggfl function (#7556)
Bartlomiej Tartanus
2019-01-29
Use stash 'push' or 'save' depending on Git version
Gianluca Recchia
2019-01-20
git: quote branch name in ggpull and ggpush (#7472)
neeasade
2018-09-12
git: use color auto for ref names in git log (#5729)
Max Gautier
2018-09-12
git: add git rm aliases (#5433)
Luis Ferrer-Labarca
2018-09-12
git: add push force aliases (#6297)
Yago Nobre
2018-09-12
git: add gbD alias to force-delete branch (#5844)
Simen Bekkhus
2018-09-12
git: add glols alias for glol --stat (#5871)
Jefferson F. Pires
2018-09-12
git: add alias to `git stash --all` (#5511)
Gant Laborde
2018-09-12
git: add pull rebase --autostash aliases (#6791)
Poyoman
2018-08-29
[plugins/git] Updated git clone alias (#6893)
Kris Kalavantavanich
2018-08-23
git: add the `git show` alias `gsh` (#5591)
Joel Wallis Jucá
[next]