Rename git changelog => git simple to avoid conflict with git-extras

This commit is contained in:
Yan Pritzker 2014-02-15 21:09:33 -06:00
parent 399d1d290a
commit a6baee0a54
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ It is recommended to use this file to set your user info. Alternately, you can s
* `git t` or `gt`- a list of tags with info
* `git nb` or `gnb`- a (n)ew (b)ranch - like checkout -b
* `git cp` or `gcp`- cherry-pick -x (showing what was cherrypicked)
* `git changelog` - a nice format for creating changelogs
* `git simple` - a clean format for creating changelogs
* `git recent-branches` - if you forgot what you've been working on
* `git unstage` / `guns` (remove from index) and `git uncommit` / `gunc` (revert to the time prior to the last commit - dangerous if already pushed) aliases
* Some sensible default configs, such as improving merge messages, push only pushes the current branch, removing status hints, and using mnemonic prefixes in diff: (i)ndex, (w)ork tree, (c)ommit and (o)bject

View File

@ -49,7 +49,7 @@
l = log --graph --date=short
changes = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\" --name-status
short = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\"
changelog = log --pretty=format:\" * %s\"
simple = log --pretty=format:\" * %s\"
shortnocolor = log --pretty=format:\"%h %cr %cn %s\"
# pull