Post

git-svn Basics

  1. checkout
1
git svn clone repository_url
  1. branch
1
git branch hotfix
  1. pull from remote
1
git svn rebase
  1. push to remote
1
git svn dcommit
This post is licensed under CC BY 4.0 by the author.