Changes for page Getting Started with Git

Last modified by Bastian Triller on 2013/05/21 17:24

From version 80.1
edited by Kieran Kelleher
on 2011/09/14 16:05
Change comment: There is no comment for this version
To version 81.1
edited by Ray Kiddy
on 2011/08/13 21:41
Change comment: add correct help command

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.kiddyr
Content
... ... @@ -45,7 +45,7 @@
45 45  
46 46  = Use Git with a Subversion Project =
47 47  
48 -OK, so you want to use Git but you are working on a team project that is hosted in a subversion repository ... and it is making you depressed :-( . Well, you can still use Git to manage your local SVN working copy and be almost happy again (Either way, you won't be 100% happy unless the repository is a git one.)
48 +OK, so you want to use Git but you are working on a team project that is hosted in a subversion repository ... and it is making you depressed :-( . Well, you can still use Git to manage your local SVN working copy and be happy again
49 49  
50 50  I recommend you just use the [[git+svn protocol>>http://www.lostechies.com/blogs/derickbailey/archive/2010/02/03/branch-per-feature-how-i-manage-subversion-with-git-branches.aspx]].
51 51  
... ... @@ -136,7 +136,7 @@
136 136  
137 137  === Finding the List of All Git Commands ===
138 138  
139 -The "git help" command gives one the list of commonly used git commands. How does one find the others, since some of them turn out to be very useful? I tried "git help v". That was wrong. It would have been better to try "git help help", but this did tell me about the -all flag, which actually lists out all of the commands, and there are quite a few of them. So, good hunting.
139 +The "git help" command gives one the list of commonly used git commands. How does one find the others, since some of them turn out to be very useful. I tried "git help v". That was wrong. It would have been better to try "git help help", but this did tell me about the -all flag, which actually lists out all of the commands, and there are quite a few of them. So, good hunting.
140 140  
141 141  = Git Everyday Tasks =
142 142