To include our aliases then customize "git l" with your own definition:
[include]
path = ~/.gitconfig.d/gitalias.txt
path = ~/.gitconfig.d/gitalias-for-topic-branches.txt
[alias]
l = log --graph --oneline
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |