Cloning the Git repository

Comments, questions, bug reports, etc.
Post Reply
kupiakos
Posts: 1
Joined: Thu Aug 13, 2015 1:34 am

Cloning the Git repository

Post by kupiakos »

I'm considering making a Python extension for wimlib, and possibly other language bindings. I'd like to be able to clone the existing Git repository so I can make a pull request in the future. However, it doesn't appear that the Gitlab distribution has a cloning URL. Am I missing something, or is there not a directly accessible Git repository available?
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: Cloning the Git repository

Post by synchronicity »

Just do:

Code: Select all

git clone git://wimlib.net/wimlib
This is separate from the gitlist installation I set up (the latter is just a repository viewer).
Post Reply