Git: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Git is best used on Windows via [http://msysgit.github.com/ 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]". | Git is best used on Windows via [http://msysgit.github.com/ 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== | ===Mac OS X=== | ||
TBA | TBA | ||
===Linux=== | ===Linux=== | ||
sudo apt-get install git | sudo apt-get install git |
Revision as of 22:40, 17 December 2012
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