Skip to content
Marija Popovic edited this page Nov 3, 2015 · 7 revisions

Register

Depending on your project, register on GitHub and/or BitBucket.

Install

sudo apt-get install git

Documentation/Tutorials

The official Git documentation is available at http://git-scm.com/documentation. Github provides a nice cheat sheet here and a workflow description here. The tutorial by Atlassian is available here.

Git Clients

There are several Git clients that facilitate using the Git workflow, for example:

Merge Tools

meld (Linux)

sudo apt-get install meld

git mergetool --tool=meld

Clone this wiki locally