|
GittingStarted
How to get started using Git for source control
Command-Line Access If you plan to make changes either for yourself or to contribute back, use this command to check out the code using Git: git clone git://repo.or.cz/dotnetopenid.git Browser Access If you only want a source code drop and do not plan on contributing changes back, you may also use your browser to visit either of the following two URLs: Url 1: http://repo.or.cz/w/dotnetopenid.git Url 2: http://github.com/AArnott/dotnetopenid/tree From here you may download individual files or "snapshots" of anything you like. If you download a snapshot and you're using Windows, you'll need to extract the .tar.gz file. You can use WinZip for this, or read up on how to extract source from .tar.gz files using FOSS (but the FOSS-way is harder). DetailsDownload Git: Git is available on Windows and Linux. You can find out more about Git on Wikipedia. Google's SVN server for this project doesn't have the latest work on this library. But if you still prefer to use SVN to download an old version, it's still there. Which branch should you use?On the web page for our repository, at the bottom you'll see a section called "heads". These are our branches. "master" is where most of the active work goes, while the others are our stabilization branches that eventually turn into released versions. When a version is released an entry under the "tags" section is added. If you're planning on using this library in a production web site, avoid using master, as we cannot guarantee its readiness for production web sites. For production use, you should download a tagged release, or at very least go for one of the stabilization branches. Commit accessIf you have been invited by a project coordinator to receive commit access to our official Git repository, here is what you need to know.
|
Sign in to add a comment
