Skip to content

Latest commit

 

History

History
executable file
·
29 lines (17 loc) · 581 Bytes

File metadata and controls

executable file
·
29 lines (17 loc) · 581 Bytes

git-svn-scripts

A collection of scripts to make life easier for git svn users

Installation

./install.sh

If you don't want to install to $HOME/bin, cp git-svn-* to another location in $PATH

Usage

git svn-update

Keep the master branch up to date with remote

git svn-update $BRANCH

Keep the master branch and a specified branch up to date with remote

git svn-dcommit-branch

Rebase the current branch to master and svn dcommit it

git svn-dcommit-branch $BRANCH

Rebase a specified branch to master and svn dcommit it