I want to store my .gitconfig
on github so that I can quickly set up a new machine by cloning it.
The solution for other config files like .emacs
or .spacemacs
is to put them in a folder (.emacs.d
and .spacemacs.d
respectively). Is it possible to do the same with .gitconfig
?