Today I Learned

hashrocket A Hashrocket project

List git aliases

Today I learned how to list my git aliases with:

git config --get-regexp alias
# alias.st status

On this case git st is the same as git status

See More #git TILs