Changes for page Getting Started with Git
Last modified by Bastian Triller on 2013/05/21 17:24
From version 130.1
edited by Kieran Kelleher
on 2011/03/21 15:14
on 2011/03/21 15:14
Change comment:
There is no comment for this version
To version 131.1
edited by Kieran Kelleher
on 2011/03/21 15:08
on 2011/03/21 15:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -41,11 +41,4 @@ 41 41 42 42 Once you start using git, it becomes addictive ....... you can never go back ...... really, it's that good ...... and it is not hard. 43 43 44 -Some tips for Eclipse setup and general workflow when using git locally on svn working copies, 45 - 46 -* check out the entire svn branch on the command line, then LINK (import no copy) the projects you want in your workspace using the Subclipse import tool, and 47 -* Do your git operations (status, staging, commit, diff, branching, checkouts, rebase and merge using the terminal). git on the terminal is efficient... honest. 48 -* Do all your local work and cimmits on branches other than the master branch. 49 -* Switch to master branch to update from svn and commit those svn updates on the master branch. 50 -* Merge your working branch(es) with or rebase your working branch(es) from the master and just keep on working. 51 -* Switch to master branch before synchronizing with remote svn repo. 44 +For Eclipse setup when using git locally on svn working copies, just check out the entire svn branch on the command line, then LINK (import no copy) the projects you want in your workspace using the Subclipse import tool, and just do your git operations (status, staging, commit, diff, branching, checkouts, rebase and merge using the terminal). git on the terminal is efficient... honest.