26
14
I am planning to switch from SVN to git. With svn I just copy my repo folder when I want to back it up. However git doesn't have one so what do I do?
Should I create a clone on a separate drive and update by pulling from my project? Then I can burn/archive this folder and it will have all the history?
This is probably obvious but I want to make sure when it comes to backups. I still pretend there is a root repository.
See also: Backup a GitHub repository (the answers work for non-GitHub git projects, too)
– Martin Thoma – 2014-10-29T11:45:47.797