- 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
-
- 25 Dec, 2015 1 commit
-
-
atk91 authored
-
- 15 Dec, 2015 1 commit
-
-
Andrew Janke authored
Fixes #4085: core -> plugin dependency issue. Rename it to git_current_branch for clarity that it's git-specific. Update all plugins that were calling it to use new name. Fix variable leaks by making more variables in lib/git.zsh local. Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
-
- 10 Oct, 2015 1 commit
-
-
Satoshi Ohmori authored
-
- 09 Oct, 2015 1 commit
-
-
Bruno Volcov authored
-
- 24 Sep, 2015 1 commit
-
-
Michael SALIHI authored
-
- 30 Jul, 2015 1 commit
-
-
Matteo Giaccone authored
-
- 30 Jun, 2015 1 commit
-
-
Zhiye Li authored
add git alias `gcam` - `git commit -am`
-
- 17 Jun, 2015 2 commits
-
-
-
Arnaud Rinquin authored
Current `ggpush` is `git push origin` instead of `git push origin $(current_branch)` Same for `ggpull`
-