I have my codebase in a git repo on my laptop and I setup a bare git repo on an external hard drive for my backup. I successfully pushed my first commit, but noticed my backup repo on my external hard drive does not show the files.
If my laptop crashes, how would I restore my full codebase? Was setting up as bare repo on my external hard drive incorrect?
Thanks Dusty