About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:recommended_tools:git

This is an old revision of the document!


Git

Git is a distributed version control system. It is used for development of VuFind 2.x+, replacing Subversion, which was used for maintaining the 1.x code.

Cloning the Repository

To get a copy of the latest VuFind code in Git, you can issue this command:

git clone https://github.com/vufind-org/vufind.git

To update the code at a subsequent date, you can load any changes made since your initial clone with:

git pull

Learning More

You can learn more about Git in the free online Pro Git book or through the reference manual.

development/recommended_tools/git.1449864559.txt.gz · Last modified: 2015/12/11 20:09 by demiankatz