Hacker News new | ask | show | jobs
by kavehmz 3789 days ago
You mean, you are also adding pushing your .ssh dir to a remote repo?
1 comments

Not at all. You can 'git add' (or in the case of the technique above 'config add') only the files and folders that are safely stored in a repository. Because of the 'ShowUntrackedFiles' flag, git/config won't always show folders you don't want to track, which would be annoying.
Perfect then,