Changes for page Getting Started with Git
Last modified by Bastian Triller on 2013/05/21 17:24
From version 107.1
edited by Kieran Kelleher
on 2011/03/21 15:55
on 2011/03/21 15:55
Change comment:
There is no comment for this version
To version 103.1
edited by Kieran Kelleher
on 2011/03/21 15:59
on 2011/03/21 15:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -51,8 +51,9 @@ 51 51 * Switch to master branch before synchronizing with remote svn repo. 52 52 * You can use ##git stash## to temporarily put aside your uncommitted changes before doing an svn update. Then use ##git stash pop## to replay those uncommitted changes onto the working copy. 53 53 54 -{{ infovalue="Anatomony of an svn update operation on a git-managed svn working copy"}}54 +{{code title="Anatomony of an svn update operation on a git-managed svn working copy"}} 55 55 56 + 56 56 # Assume you are currently on a working branch. Verify this and check for uncommitted changes. 57 57 git status 58 58 ... ... @@ -88,4 +88,4 @@ 88 88 # the working copy 89 89 git stash pop 90 90 91 -{{/ info}}92 +{{/code}}