git - Create an offline version control for R Studio -
I need to create a (personal) version control where I will be the only one to access it. I would like some feedback how would it be possible for repositories in your local drive instead of your online drive.
In these other questions and it is possible that using GET, but does not provide any real insight. Does anybody help?
Git is quite fine, even if you have only one repository, the normal workflow is that you always have your own Work on own, local stores. You can share changes with other ("remote") repositories, but you do not have to do this. Local repositories can do everything automatically, including branches and browsing history.
Comments
Post a Comment