Thread: WDL in the wild
View Single Post
Old 11-22-2010, 01:36 AM   #89
Tale
Human being with feelings
 
Tale's Avatar
 
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,652
Default

I run the following commands to create a "bare" repository in a directory called WDL.git:

Code:
git clone --bare . WDL.git
cd WDL.git
git --bare update-server-info
I then upload the WDL.git directory to my webserver using FTP (in binary file mode).
Tale is offline   Reply With Quote