Get the latest tech news
You already have a Git server
have a git server:(Programming) If you have a git repository on a server with ssh access, you can just clone it: # This works. git clone ssh://username@hostname/path/to/repo You can then work on it locally and push your changes back to the origin server.
None
Or read this on Hacker News