rtcTo / rtc2git

A tool made for migrating code from an existing IBM's RTC SCM repository into a Git repository
https://rtc.to
MIT License
81 stars 60 forks source link

gitignore files prevents existing files to be push to DevOps #162

Open diomedesantonio opened 3 years ago

diomedesantonio commented 3 years ago

While working on RTC there were some files that were added to baseline. Then a .jazzignore was added to prevent people from overwriting those files. When the rtc2git utility was run, the git repository was created which included the ignored files and the new .gitignore files. But when the files were pushed to DevOps the ,gitignore prevented the files from transferring. Since the files were added before the .jazzignore, they should of being pushed before getting ignored.