Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitconfig: Tweak `ca` alias | Mathias Bynens | 2012-06-05 | 1 | -1/+1 |
| | | | | Thanks to @necolas! https://github.com/mathiasbynens/dotfiles/commit/15d4c9583d66be40a497706134b637e8c1f10ae6#commitcomment-1416521 | ||||
* | .gitconfig: Show the diff when writing a commit message | Mathias Bynens | 2012-06-04 | 1 | -1/+1 |
| | | | | Thanks to @miketaylr: http://twitter.com/miketaylr/status/209688450868326400 | ||||
* | .gitconfig: Add `tags`, `branches` and `remotes` aliases | Mathias Bynens | 2012-06-04 | 1 | -0/+4 |
| | |||||
* | .gitconfig: Add `credit` alias to quickly change the author of the latest commit | Mathias Bynens | 2012-05-23 | 1 | -0/+2 |
| | | | | Inspired by @holman’s https://github.com/holman/dotfiles/blob/master/bin/git-credit. | ||||
* | .gitconfig: Make `git ca` remove deleted files, too | Mathias Bynens | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | .gitconfig: Use `origin` as the default remote on the `master` branch | Mathias Bynens | 2012-03-13 | 1 | -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` alias | Mathias Bynens | 2012-02-19 | 1 | -0/+2 |
| | |||||
* | .gitconfig: Add `c` alias which clones a repository including all submodules | Mathias Bynens | 2012-02-16 | 1 | -0/+2 |
| | |||||
* | .gitconfig: Add `go` and `ca` aliases | Mathias Bynens | 2012-02-14 | 1 | -0/+4 |
| | |||||
* | .gitconfig: Add comments | Mathias Bynens | 2012-02-14 | 1 | -3/+17 |
| | |||||
* | Move `undopush` alias to `.gitconfig`, as suggested by @necolas | Mathias Bynens | 2012-02-14 | 1 | -0/+5 |
| | | | | Also, add some other Git aliases while we’re at it. | ||||
* | Typo. | Mathias Bynens | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Fix .gitconfig formatting (use tabs instead of spaces). | Mathias Bynens | 2011-09-26 | 1 | -23/+23 |
| | |||||
* | Whitespace cleanup. | Mathias Bynens | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Initial commit. | Mathias Bynens | 2011-09-05 | 1 | -0/+35 |