September 2009
1 post
Git cheatsheet: How to publish a repository over...
I recently needed to publish a Git repository to an Apache server for simple sharing with a collaborator. There are a few guides out there, but there’s a key missing step required with the current Git releases for the simple publish-over-SSH-clone-over-HTTP model.
On the server, run the following commands in the directory which you want to contain the repository after changing PROJECT to...