Greetings all,
I have a git repository on a local folder. What I would like to do is to create a copy of my current branch on a remote, network shared, folder, creating a new branch, do what ever changes I wanna do on that remote folder/branch, track those changes, and when I finish, merge those changes to my local folder/branch/repository. Is it possible? Currently I am copying the files from my local folder to the remote folder, and at least once every day I copy paste the files from the remote folder to my local folder, commit the changes and continue working on my remote folder.
Thank you for reading me.