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
| ################################################################################ | |
| # Once the following has been added to the .gitconfig and .extra, we can view | |
| # all our git aliases by either using | |
| # | |
| # gla # List git aliases without comments | |
| # | |
| # galias # List git aliases with comments | |
| # | |
| # Refer to the following for more information: | |
| # https://gist.github.com/mwhite/6887990 |