[Kst] branches/work/kst/portto4/kst/devel-docs
Peter Kümmel
syntheticpp at yahoo.com
Thu Dec 17 20:14:29 CET 2009
SVN commit 1063292 by kuemmel:
be sure you are on master when fetching
M +3 -2 using_git
--- branches/work/kst/portto4/kst/devel-docs/using_git #1063291:1063292
@@ -24,8 +24,10 @@
git svn fetch
-Update your local actual branch 'master' (move to basepoint to HEAD of the fetched data)
+Update your local branch 'master' (git slang: move basepoint of master
+to HEAD of the fetched data)
+ git checkout master
git svn rebase
@@ -39,7 +41,6 @@
Commit your changes to your local repository
git commit "message" -a
- ...
Commit to public svn repository
More information about the Kst
mailing list