Skip to content
openiot edited this page Oct 22, 2012 · 17 revisions

Git clients

Windows

GitHub for Windows

http://windows.github.com/

This is the native tool from GitHub.

GitHub client

tortoisegit

http://code.google.com/p/tortoisegit

This tools has integrates with explorer like tortoisesvn.

toirtoisegit

SmartGit

http://www.syntevo.com/smartgit/download.html (runs also on Mac, Linux)

SmartGit

2. Linux

Git command line client

In Linux, git can be used via the command line. Installation with the command “sudo apt-get install git“).

git-cola

http://git-cola.github.com/ git-cola

3. Mac OS

GitHub native client

http://mac.github.com/

GitHub Mac client

SourceTree

http://www.sourcetreeapp.com/ SourceTree

Gitbox

http://www.gitboxapp.com/

Gitbox

4. Plugins for Integrated Development Environment

EGit for Eclipse

http://www.eclipse.org/egit/

egit

Intellij Idea

http://www.jetbrains.com/idea/features/version_control.html

Intellij IDEA is already enabled with git/github support.

Clone this wiki locally