This shows you the differences between two versions of the page.
| — |
dev:howtousegit [2011/05/21 21:59] (current) momo-i temporary created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Using Git ===== | ||
| + | * Using on *nix | ||
| + | |||
| + | Required tools | ||
| + | |||
| + | Fedora(13/14)/RHEL(CentOS)6 | ||
| + | |||
| + | ''yum install git'' | ||
| + | |||
| + | Ubuntu and Debian | ||
| + | |||
| + | ''aptitude install git-core'' | ||
| + | |||
| + | * Using on Windows | ||
| + | |||
| + | Required tools | ||
| + | |||
| + | [[http://code.google.com/p/msysgit/|msysGit]] and [[http://code.google.com/p/tortoisegit/|Tortoise Git]] | ||