- 23 Aug, 2019 1 commit
-
-
Ryan Styrczula authored
Git learned to add a `+` in front of branches that are checked out in other worktrees. See: https://github.com/git/git/blob/745f6812895b31c02b29bdfe4ae8e5498f776c26/Documentation/RelNotes/2.23.0.txt#L252-L256
-
- 20 Aug, 2019 1 commit
-
-
Julien Janvier authored
-
- 15 Jun, 2019 1 commit
-
-
SomeDer authored
* git: add `alias grev="git revert"` * Swapping double for single quotes Matching the conventions in the plugin
-
- 21 May, 2019 1 commit
-
-
Marc Cornellà authored
Closes #6329
-
- 10 Apr, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7754
-
- 09 Apr, 2019 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 07 Apr, 2019 1 commit
-
-
Asatur Meltonyan authored
1. List the tags that match the pattern(s) passed through the argument. 2. Displays the first line of the annotation message along with the tag, or the line of the first commit message if the tag is not annotated. 3. Sorts and displays tags in descending order.
-
- 02 Apr, 2019 1 commit
-
-
Marc Cornellà authored
This reverts commit 0e0789fb.
-
- 31 Mar, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7716
-
- 29 Mar, 2019 2 commits
-
-
Simen Bekkhus authored
-
Jakub Chábek authored
It doesn't make sense to run `git branch -d $BRANCH` if the `$BRANCH` is empty.
-
- 25 Mar, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7682
-
- 10 Mar, 2019 1 commit
-
-
Tieme van Veen authored
-
- 30 Jan, 2019 1 commit
-
-
Bartlomiej Tartanus authored
Fixes (probably MacOS) issue: > ggfl zsh: command not found: ggfl
-
- 29 Jan, 2019 1 commit
-
-
Gianluca Recchia authored
A utility function now parses the output of git --version and set the alias for git stash to 'git stash push' iff the current version of Git is greater than 2.13; it falls back to 'git stash save' otherwise.
-
- 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.
-