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]
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all