View on GitHub

notes

A collection of my TIL notes and commonplace book entries.

Git Aliases

Create aliases to run long commands easily, e.g.

git config --global alias.lol=log --oneline --graph --decorate --all

Then use git lol to get a cool commit history.