I am very new to Git and having some difficulties in understanding the steps to set up a remote repository. Would really appreciate some guidance. Thanks! =)
For my case, I have been doing some projects on my PC. Right now, I want to create a shared remote repository that will be hosted on my PC so that my team mates can access from their PC. By the way, my team is connected via LAN Connection.
I am unsure if my way of doing is right. Firstly, I created a repository named GIT_Repository. Next I copied and pasted all the project files over to the folder and committed. I believe this is a local repository. How can I make it a remote repository? How can I configure the URL?
Can anyone kindly guide me? Thank you very much!