Some more git stuff I forgot to do after reinstalling
A few days ago I posted this article about how I set up my machine after re-installing OS.
I forgot a few nice steps I do, and it was a pain to find out what I was missing, and all of them were related to git settings.
Global Gitignore
Don't you hate...
vikkio.hashnode.dev2 min read
Luciano Mammino
Cloud & Fullstack Web developer
I recently discovered this one: dotfiles.github.io and also learned that if you have a script with a specific name in your dotfiles repo, GitHub will launch it as a setup script when you start a new codespace environment (docs.github.com/en/codespaces/customizing-your-co…).
All of this + your article, made me think that you could automate most of this setup through dotfiles... maybe! What's your feeling on this?