I am new to git, and have a subversion repository that I want to be able to import into a git repository occasionally (for deployment). So I want to perform most of the updates using svn but wanted to see what's the best way to push it to git (just the default/master branch).
|
feedback
|
|
I know you only want to import the master/trunk branch of your svn repository, but I would like to mention svn2git in order to import your svn into a git repository. It is better than
After svn2git is done with your project, you'll get this instead:
Finally, it makes sure the HEAD of master is the same as the current trunk of the svn repo. | |||
|
feedback
|
|
Why not just work in git on your workstation too? That would be the most straightforward.
| |||
|
feedback
|
|
in a nutshell:
and congrats for joining us gits! Here is a great cheat sheet for (ex)svn users. | ||||
|
feedback
|