xylucien / MusicalKits_Converter

My personal Flask project
1 stars 0 forks source link

Can i delete certain file change history? #38

Closed xylucien closed 4 years ago

xylucien commented 4 years ago

In my early development, I mistakenly exposed my aws key in travis.yml. Although it has been ever since encrypted, the original key is still visible from file change history

https://github.com/lucien386/MusicXML2ABCNotationWebApp/commits/master/.travis.yml

For example, https://github.com/lucien386/MusicXML2ABCNotationWebApp/blob/f536263931e387598628af5b6dd683f619251a0b/.travis.yml.

Although I have already changed and deleted the exposed key, is there any ways to remove this history?

xicheng87 commented 4 years ago

Yes you should remove this history as we are open-sourcing the whole project now. Thanks.