Git

From Wikiversity
Jump to: navigation, search

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]