Changes for page Getting Started with Git
Last modified by Bastian Triller on 2013/05/21 17:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -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 havebeen betterto try "githelp help", butthisdidtellme 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 but it told 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