How do I backup a git repo?
- by acidzombie24
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.