rtcTo / rtc2gitcli

An IBM's RTC SCM tool extension to migrate an RTC repository into a Git repository
https://rtc.to
MIT License
28 stars 34 forks source link

where to update the git repo link #57

Closed Nath2018 closed 4 years ago

Nath2018 commented 4 years ago

HI I am new to git&bitbucket & tasked to migrate to RTC project to bitbucket. I have set the target directory & SCMCLI(RTC6.0.4) & the eclipse maven project successfully( i can list migrate-to-git in SCM help) but not sure where to update the git repository (link/users) details? can anybody assist please.

WtfJoke commented 4 years ago

Hi @Nath2018

rtc2git & rtc2gitcli both migrates the RTC project to a local git repository. If migration is finished you can distribute the git repository to a remote server like bitbucket/github.

Import an existing Git project into Bitbucket Server shows how to do that with the example of bitbucket. Note that Step 1 is not needed, since you have the repository already cloned locally

Hope that helps