The following is a basic command to continue (part of) a Subversion repository as a git repository.
Continue reading
Continue SVN history in a git repository
Leave a reply
The following is a basic command to continue (part of) a Subversion repository as a git repository.
Continue reading
It is sometimes useful to have a repository for a project that shows only the main points in history. It is possible to start from git repository with full history and create such an abridged history in a separate branch. You can do this efficiently in git by reusing the original tree objects. This post will do a walkthrough for the Mediawiki repository.
Continue reading
Like a similar post for Mercurial, this tip tries to document a list of systematic steps to handle merge conflicts with git.
Continue reading