User Tools


This is an old revision of the document!


SVN > GIT

Pull Request

git checkout -b temp_branch upstream/master (or upstream/branch)

git cherry-pick <SHA hash of commit>

git push origin temp_branch

Send a pull request on GitHub for only latest commit

Easiest way to replay commits on new git repository


coreBOS Documentación