I am working on a project locally on my machine. I want to have an up to date clone on my USB drive so I can hook it up to any other pc, clone it, and will be able to continue working on the project.
I initialised my local copy as a git repo and committed all my files. I then went to my USB drive and created an empty bare repository so this will server as the main remote repo.
What I would like to do next is to populte my USB (remote) repo with my existing project on my local machine. So if I want to go work from a different pc I can use my USB , clone it to the new PC and work from there.
I shall I solve this?