Git: Difference between revisions

From MZXWiki
Jump to navigation Jump to search
(Created page with "[Category:Instructions] {{stub}} Git is a revision control system developed by Linus Torvalds, the creator of Linux. The latest unstable/work-in-progress/between-release [[Mega...")
 
No edit summary
Line 1: Line 1:
[Category:Instructions] {{stub}}
{{stub}}
[Category:Instructions]


Git is a revision control system developed by Linus Torvalds, the creator of Linux.  The latest unstable/work-in-progress/between-release [[MegaZeux]] source code is kept in a git repository that can be found [https://github.com/AliceLR/megazeux here].
Git is a revision control system developed by Linus Torvalds, the creator of Linux.  The latest unstable/work-in-progress/between-release [[MegaZeux]] source code is kept in a git repository that can be found [https://github.com/AliceLR/megazeux here].

Revision as of 22:39, 17 December 2012

[Category:Instructions]

Git is a revision control system developed by Linus Torvalds, the creator of Linux. The latest unstable/work-in-progress/between-release MegaZeux source code is kept in a git repository that can be found here.

Installation

Windows

Git is best used on Windows via msysgit, which includes a posix-style terminal called msys and a copy of mingw32. Once msysgit is installed, Git may be used by starting msys and typing "git [command]".

=Mac OS X

TBA

Linux

sudo apt-get install git