Revision Control/Git
< Revision ControlGit is a distributed revision control software used by many open source projects. This learning resource is meant to help students learn to use it so that they can collaborate with other participants on software projects at Wikiversity.
The command git pull
is used to fetch and merge changes from a remote repository. It essentially syncs your repository with the remote one.
Learning materials
- wikibooks:Git
- Pro Git - A book written by Scott Chacon who works at GitHub
- Git Documentation on git.wiki.kernel.org
This article is issued from Wikiversity - version of the Tuesday, August 26, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.