|
|
|
|
|
by ctb_mg
4161 days ago
|
|
I keep work and personal projects separate. Despite that, all my code is in git so it is synced wherever and whenever I need it, as long as I am disciplined about pushing to my central repo. There is some data that I use on both home and work machines (vim config, bashrc, etc.) and that is in an "environment" git repository so it is easily syncable. |
|