Git
From Wikiversity
Git 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 [edit]
- wikibooks:Git
- Pro Git - A book written by Scott Chacon who works at GitHub
- Git Documentation on git.wiki.kernel.org