Changes for page Getting Started with Git

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

From version 146.1
edited by Kieran Kelleher
on 2011/03/21 15:56
Change comment: There is no comment for this version
To version 147.1
edited by Kieran Kelleher
on 2011/03/21 15:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,7 +53,7 @@
53 53  
54 54  {{info title="Anatomony of an svn update operation on a git-managed svn working copy"}}
55 55  
56 -{{
56 +{noformat}
57 57  # Assume you are currently on a working branch. Verify this and check for uncommitted changes.
58 58  git status
59 59  
... ... @@ -88,6 +88,6 @@
88 88  # Now if you stashed uncommitted changes earlier, you can pop them back into
89 89  # the working copy
90 90  git stash pop
91 -}}
91 +{noformat}
92 92  
93 93  {{/info}}