I'm a self-taught developer from Brazil who is fascinated by creating high-quality software
- ๐ญ Iโm working at CERTI, a Research and Development institute
- ๐ I'm currently focusing on learning advanced animations
- โก In my free time I do sports so I don't go crazy
These are the tools that I use on my daily basis to get the work done
Set up git lg
, a command for better log visualization, insert it under [alias] using git config --gloabl --edit
[alias]
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold g>
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold c>
lg = !"git lg1"