I want to develop first on my local machine, and then push it to the shared drive /R. I think I might not be using terminology correctly, so feel free to correct me if I'm wrong. Basically, if I have a directory tree and files set up such as "Template", "/Downloads", I want the network drive to exactly replicate "Template", "/Downloads".
I initialize my own project and then set up a bare repository in /R and after every commit to my own project, push to it to the origin. However, when I click over to the /R directory, it just looks like the inside of a .git folder instead of my actual project.
What is the sequence of steps I need to follow to be able to develop on my machine and push how the whole folder looks to the drive?