Skip to content

Latest commit

 

History

History

git-svn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git svn-*

Subversion version control helpers

Git alias:

svn-b = svn branch
svn-m = merge --squash
svn-c = svn dcommit
svn-cp = !GIT_EDITOR='sed -i /^git-svn-id:/d' git cherry-pick --edit

Example:

git svn-b
git svn-m
git svn-c
git svn-cp