Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tracking changes to my Git configuration?

Is there a canonical way to track changes to my git configuration?

Context: A coworker and I are comparing our various git settings, both global and per-repo, and we would like to see the various changes we have both made.

like image 582
Mark Harrison Avatar asked Mar 15 '23 19:03

Mark Harrison


1 Answers

You could store your Git (and other) configuration files in a dedicated Git repo and then symlink them to their usage locations.

This may be of interest: http://blog.smalleycreative.com/tutorials/using-git-and-github-to-manage-your-dotfiles/

like image 90
Jonathan.Brink Avatar answered Mar 24 '23 13:03

Jonathan.Brink