Hacker News new | ask | show | jobs
by samuell 1384 days ago
Interesting. But I guess there must be files that you don't check in because of size?
1 comments

You can .gitignore everything. I used to have my homedir as git repo, but abadoned that because it interfered with other git repos inside my home. Nowadays i have ~/.config as git root, with some symlinks supporting the programs that don't look there on their own.