Skip to content
pfankhauser edited this page Dec 8, 2015 · 1 revision

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