Changes for page Getting Started with Git
Last modified by Bastian Triller on 2013/05/21 17:24
From version 178.1
edited by Kieran Kelleher
on 2011/07/25 18:05
on 2011/07/25 18:05
Change comment:
There is no comment for this version
To version 179.1
edited by Kieran Kelleher
on 2011/07/25 18:06
on 2011/07/25 18:06
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -123,11 +123,11 @@ 123 123 124 124 Keep in mind that the difficult part of what you do should be the thinking. Git makes it easy to organize and share your thoughts as branches. Your local copies may be messy or not. They are the thoughts you have in your head and lots of those thoughts will stay there and never see the light of day and that is ok. But when you have clarified your thoughts, git will make it easy to share them. 125 125 126 -= Git Annoyances =126 += Git Everyday Tasks = 127 127 128 128 === How to revert? === 129 129 130 -Reverting is easy :130 +Reverting is easy. The following command removes all modifications to files in your wqorking copy and brings them back to the HEAD. 131 131 132 132 {{code}} 133 133