osx - How can I set up my own local Git server on my own computer? -
I want to use my own server (i.e. 127.0.0.1) when I use push commands. How can I set up my own server?
I am using Maccode X.
You do not need a server to push in a local repository. You can only use local file URLs like:
For the local repository, which is basically supported by GIT, the following syntax can be used:
- /path/to/repo.git/
- File: ///path/to/repo.git/
Comments
Post a Comment