Actions

Tooling: Difference between revisions

From Modelado Foundation

imported>SLewis
(Created page with "== Git/Github Source Code Control == [http://git-scm.com/ Git] is a distributed source code control system, and [https://github.com github] provides a set of services to crea...")
 
imported>SLewis
No edit summary
Line 10: Line 10:


[https://windows.github.com/ Github for Windows]
[https://windows.github.com/ Github for Windows]
[http://git-scm.com/download/win Other Windows GUIs]
[http://git-scm.com/download/win Other Windows GUIs]


Line 15: Line 16:


[https://mac.github.com/ Github for Mac]
[https://mac.github.com/ Github for Mac]
[http://git-scm.com/download/mac Other Mac GUIs]
[http://git-scm.com/download/mac Other Mac GUIs]


Line 23: Line 25:
=== Cross Platform (all of above) ===
=== Cross Platform (all of above) ===


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

Revision as of 18:30, 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

Cross Platform (all of above)

Eclipse (embedded git client in IDE)