This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #---------------------------------------------------------------------------- | |
| # Ignore these files when commiting to a git repository. | |
| # | |
| # See http://help.github.com/ignore-files/ for more about ignoring files. | |
| # | |
| # The original version of this file is found here: | |
| # https://github.com/RailsApps/rails-composer/blob/master/files/gitignore.txt | |
| # | |
| # Corrections? Improvements? Create a GitHub issue: | |
| # http://github.com/RailsApps/rails-composer/issues |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| editor = vi | |
| [alias] | |
| co = checkout | |
| ci = commit | |
| st = status | |
| br = branch | |
| hist = log --pretty=format:\"%C(yellow)%h%Creset %ad | %Cgreen%s%Creset%d %Cred[%cn - %ce]%Creset\" --graph --date=iso --decorate | |
| history = log --pretty=format:\"%C(yellow)%h%Creset %ad | %Cgreen%s%Creset%d %Cred[%cn - %ce]%Creset\" --graph --date=iso --decorate | |
| type = cat-file -t |
NewerOlder