I'm a Git novice, but I've managed to create a local repo on my PC of my Firebase project and to push it to a cloud server.
I now want to pull that down onto a second machine, my laptop, but I can't figure out how to do this.
Git won't pull the repo down to my Firebase working directory on the laptop because it says it isn't empty. This is because I have run "Firebase init" on that folder. But if I don't do that then surely it won't work!
Can anyone tell me the correct install sequence for putting my repo onto my laptop so that I can continue development there and two people can work on the system at a time?