aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
Commit message (Collapse)AuthorAgeFilesLines
* .gitconfig: Add note about whitespace defaultsKevin Suttle2013-09-191-1/+4
| | | | Closes #256.
* .gitconfig: Add comment about `color.ui` in Git ≥ 1.8.4Sindre Sorhus2013-09-071-2/+4
| | | | Ref. #239.
* .gitconfig: Remove global remote branchDean Sofer2013-08-081-5/+0
| | | | | | This causes duplicate remotes to be created, potentially leading Git to throw errors when `push`ing. Closes #215.
* .gitconfig: Improve display of astral Unicode symbols in diffsMathias Bynens2013-07-251-1/+1
| | | | Thanks to @holman for the tip: https://speakerdeck.com/holman/more-git-and-github-secrets?slide=38
* .gitconfig: Tweak `l` aliasMathias Bynens2013-06-071-2/+2
|
* .gitconfig: Use `push.default = matching`Mathias Bynens2013-05-091-1/+1
| | | | I couldn’t get used to `simple`.
* .gitconfig: Remove the destructive `undopush` aliasMathias Bynens2013-03-171-2/+0
|
* Use newlines at EOF consistentlyMathias Bynens2013-03-101-1/+1
|
* .gitconfig: Set `push.default = simple`Mathias Bynens2012-11-191-1/+4
| | | | This will be the default in Git v2.
* .gitconfig: Explain `diff`-related aliasesMathias Bynens2012-09-011-1/+2
|
* .gitconfig: Tweak `diff` aliasesDominik Porada2012-08-311-1/+2
|
* .gitconfig: Add `reb` aliasDominik Porada2012-08-271-0/+2
| | | | Stolen from https://github.com/porada/dotfiles/commit/05162b585b2e9cd6a92f12e1c61e1f5687104a17.
* .gitconfig: Tweak `ca` aliasMathias Bynens2012-06-051-1/+1
| | | | Thanks to @necolas! https://github.com/mathiasbynens/dotfiles/commit/15d4c9583d66be40a497706134b637e8c1f10ae6#commitcomment-1416521
* .gitconfig: Show the diff when writing a commit messageMathias Bynens2012-06-041-1/+1
| | | | Thanks to @miketaylr: http://twitter.com/miketaylr/status/209688450868326400
* .gitconfig: Add `tags`, `branches` and `remotes` aliasesMathias Bynens2012-06-041-0/+4
|
* .gitconfig: Add `credit` alias to quickly change the author of the latest commitMathias Bynens2012-05-231-0/+2
| | | | Inspired by @holman’s https://github.com/holman/dotfiles/blob/master/bin/git-credit.
* .gitconfig: Make `git ca` remove deleted files, tooMathias Bynens2012-04-231-1/+1
|
* .gitconfig: Use `origin` as the default remote on the `master` branchMathias Bynens2012-03-131-0/+5
| | | | | | Apparently there are cases where this is not the default: http://stackoverflow.com/q/658885/96656 Hat tip to @cowboy.
* .gitconfig: Add `d` aliasMathias Bynens2012-02-191-0/+2
|
* .gitconfig: Add `c` alias which clones a repository including all submodulesMathias Bynens2012-02-161-0/+2
|
* .gitconfig: Add `go` and `ca` aliasesMathias Bynens2012-02-141-0/+4
|
* .gitconfig: Add commentsMathias Bynens2012-02-141-3/+17
|
* Move `undopush` alias to `.gitconfig`, as suggested by @necolasMathias Bynens2012-02-141-0/+5
| | | | Also, add some other Git aliases while we’re at it.
* Typo.Mathias Bynens2011-09-261-1/+1
|
* Fix .gitconfig formatting (use tabs instead of spaces).Mathias Bynens2011-09-261-23/+23
|
* Whitespace cleanup.Mathias Bynens2011-09-051-1/+1
|
* Initial commit.Mathias Bynens2011-09-051-0/+35