Skip to content
Shuai YUAN edited this page Feb 23, 2018 · 6 revisions

git svn

Remote branch

git config --add svn-remote.newbranch.url https://svn/path_to_newbranch/
git config --add svn-remote.newbranch.fetch :refs/remotes/newbranch
git svn fetch newbranch [-r<rev>]
git checkout -b local-newbranch -t newbranch
git svn rebase newbranch

cherry-pick

ignore

password

Trouble shooting

Unable to extract revision information from commit

RA layer request failed: REPORT

cygwin_exception::open_stackdumpfile: Dumping stack trace to perl.exe.stackdump

Table of Contents


Clone this wiki locally