Actions

Tooling: Difference between revisions

From Modelado Foundation

imported>SLewis
No edit summary
imported>SLewis
No edit summary
Line 22: Line 22:


[http://git-scm.com/download/linux Git command line]
[http://git-scm.com/download/linux Git command line]
[http://git-scm.com/download/gui/linux Linux GUI clients]


=== Cross Platform (all of above) ===
=== Cross Platform (all of above) ===


[https://www.eclipse.org Eclipse (embedded git client in IDE)]
[https://www.eclipse.org Eclipse (embedded git client in IDE)]

Revision as of 18:31, October 17, 2014

Git/Github Source Code Control

Git is a distributed source code control system, and github provides a set of services to create, use, and manage git repositories.

There are a variety of both command-line and gui clients for git, for most operating systems. Below are listed some links to commonly used tools.

It's possible to use Github's web interface to create, edit, commit/push text files and directories, as well as create and switch branches. This can become cumbersome, however

Windows

Github for Windows

Other Windows GUIs

Mac

Github for Mac

Other Mac GUIs

Linux

Git command line Linux GUI clients

Cross Platform (all of above)

Eclipse (embedded git client in IDE)