Changes between Version 3 and Version 4 of Downloads/GIT
- Timestamp:
- 03/03/10 15:24:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Downloads/GIT
v3 v4 1 1 = git mirror = 2 3 [[PageOutline]] 2 4 3 5 As of March 2010, an experiment in mirroring the svn source repository to git has been started. Information on how to use and contribute are listed below. … … 7 9 git, obviously : 8 10 * on Windows : 9 * test 11 * command line with [http://msysgit.googlecode.com/files/Git-1.6.5.1-preview20091022.exe msysgit] 12 * explorer integration with [http://code.google.com/p/tortoisegit/downloads/list TortoiseGit] 10 13 * on Mac : 11 * gitx 14 * command line [http://code.google.com/p/git-osx-installer/downloads/list git installer] 15 * gitk : comes in with git and is a graphical local repository browser 16 * [http://gitx.frim.nl/GitX ] 12 17 * on Linux 13 * test 18 * git : command line : `sudo apt-get install git-core` 19 * gitk : graphical local repository browser : `sudo apt-get install gitk` 20 * git-gui : A Tcl/Tk based graphical user interface to Git `sudo apt-get install git-gui` 21 22 === What is git anyway ? === 23 24 '''[http://progit.org Pro Git Book]''' or '''[http://book.git-scm.com/index.html Git Community Book]''' is a good start ! But you might be more interested in the [http://git.or.cz/course/svn.html Git - SVN Crash Course] : git explained to svn users. 25 26 Also have a look at [http://whygitisbetterthanx.com/ Why git is better than X] 14 27 15 28 == Location == … … 150 163 after : [[Image(http://book.git-scm.com/assets/images/figure/rebase4.png)]] 151 164 152 ==== 7. ==== 165 ==== 7. Submitting your contribution ==== 166 167 Work in Progress... 153 168 154 169 == Mirorring process ==
