- 30 Jan, 2019 1 commit
-
-
Bartlomiej Tartanus authored
Fixes (probably MacOS) issue: > ggfl zsh: command not found: ggfl
-
- 20 Jan, 2019 1 commit
-
-
neeasade authored
-
- 12 Sep, 2018 7 commits
-
-
Max Gautier authored
Allow the ref names to have differents colors if they are remote refs or local refs, and another color for HEAD (use the same coloring scheme as --decorate option)
-
Luis Ferrer-Labarca authored
* grm for 'git rm' * grmc for 'git rm --cached'
-
Yago Nobre authored
* gpf to --force-with-lease * gpf! to --force
-
Simen Bekkhus authored
-
Jefferson F. Pires authored
-
Gant Laborde authored
Stash tracked, ignored and untracked files. Leaves the working directory absolutely clean.
-
Poyoman authored
-
- 29 Aug, 2018 1 commit
-
-
Kris Kalavantavanich authored
* Updated git clone alias `git clone --recursive` has been deprecated in favor of `--recurse-submodules`. See: https://stackoverflow.com/questions/3796927
-
- 23 Aug, 2018 1 commit
-
-
Joel Wallis Jucá authored
-
- 15 Aug, 2018 1 commit
-
-
Peter Bittner authored
-
- 13 Aug, 2018 1 commit
-
-
Tushar Tiwari authored
Add alias `gav='git add -v'` fixes #6793
-
- 30 Jun, 2018 1 commit
-
-
Michal Juriš authored
-
- 12 Jun, 2018 1 commit
-
-
Matteo Giaccone authored
The command will do the same as before, but now you can also specify a path. Example: grh branch-name grhh tag-name
-
- 20 May, 2018 1 commit
-
-
Chuan Jin authored
-
- 25 Apr, 2018 1 commit
-
-
George Kaklamanos authored
-
- 07 Nov, 2017 2 commits
-
-
Mahmoud Hossam authored
* Fix ubuntu ag alias clashing with the silver searcher * Add aliases for git apply and git merge --abort
-
Jonathan Channon authored
-
- 01 Nov, 2017 1 commit
-
-
Tomas Chmelevskij authored
-
- 17 Dec, 2016 1 commit
-
-
Felipe Guilherme authored
Although `gaa` (git add --all) is cool, it stages every file, tracked or not, if it is not on .gitignore. Sometimes we want to just stage everything we are working on, that is already tracked. For that reason, 'gau' can save us some time.
-
- 16 Nov, 2016 1 commit
-
-
Jason Kurian authored
-
- 04 Oct, 2016 1 commit
-
-
Marc Cornellà authored
The command `compdef command=git` returns an error in some cases, the appropriate command is `compdef _git command`. Fixes #5442
-
- 02 Oct, 2016 1 commit
-
-
savimat authored
Signed-off-by:
Mat Munn <mat@savi.com.au>
-
- 30 Sep, 2016 1 commit
-
-
Allan Lewis authored
When making a WIP commit, we generally just want to save the state of the current branch temporarily, maybe because we want to push our work for backup purposes, or change branch to work on something else. Therefore, it's generally undesirable to run Git hooks, which might do things like run linters, because we probably don't care if our WIP has lint errors.
-
- 20 Sep, 2016 1 commit
-
-
Luis Ferrer-Labarca authored
-
- 05 Sep, 2016 1 commit
-
-
Marc Cornellà authored
Changes gke, glol and glola aliases. Fixes #5362
-
- 21 Aug, 2016 1 commit
-
-
Simon authored
-
- 20 Aug, 2016 1 commit
-
-
Marc Cornellà authored
This conflicts with several tools, including NodeGH [1] and scm_breeze [2]. [1] https://github.com/robbyrussell/oh-my-zsh/issues/5313 [2] https://github.com/robbyrussell/oh-my-zsh/issues/5321 Related: #5130
-
- 18 Aug, 2016 1 commit
-
-
Emmanuel Isaac authored
Using the "gstc" alias runs "git stash clear" that clears every stash index
-
- 15 Aug, 2016 1 commit
-
-
Dzianis Dashkevich authored
-
- 11 Aug, 2016 1 commit
-
-
Simen Bekkhus authored
-
- 07 Aug, 2016 1 commit
-
-
Marc Cornellà authored
-
- 01 Aug, 2016 1 commit
-
-
Cédric Malard authored
* Fix gbda alias to support git config color.ui = always * Update gbda alias to exclude develop and dev branches
-
- 20 Jun, 2016 1 commit
-
-
Marc Cornellà authored
Related: #5179
-
- 31 May, 2016 1 commit
-
-
wangzengdi authored
-
- 26 May, 2016 1 commit
-
-
Wasif Hasan Baig authored
-
- 18 May, 2016 1 commit
-
-
Ivan Mironov authored
-
- 14 May, 2016 1 commit
-
-
Wanbok Choi authored
Remove the '-s' option from 'gcan!' Add 'gcans!'. It is the same as the current 'gcan! -s'.
-
- 10 Feb, 2016 1 commit
-
-
Filippo Valsorda authored
See FiloSottile/gvt#19 and FiloSottile/gvt#4
-