git svn - Team using git/git-svn to share work and only occasional svn commits -
I am new to git but read it by Martin Fowler where it describes a setup where a team git / git -Svn works and sometimes only committed to Central SVN Reposing Can anyone describe an article or screen-cast (or how to respond to off-course) workflows, commands and disadvantages?
see
The summary is that you have a rep with git - Svn. Everyone who wants to work with GIT only clones the clone and works with plain guit. From time to time, git-svn repo is to be subtracted from someone, it is merged into new commands from git and they are rolled back svn (it is not possible to transfer it individually, reduce both methods ) possible.
Comments
Post a Comment