Should I share the entire commits history when creating a new open source project? [closed]

StackOverflow https://stackoverflow.com/questions/14474755

문제

I have a few projects I'd like to share in my GitHub Account, and I've been wondering what is a good practice:

Should I push the entire repo (with all the commits history, since the very first one), or is a good idea to start commiting on public in that moment (and have only one commit the first time I share my project)?

도움이 되었습니까?

해결책

It depends. If your origin commits is well written and the version is well controlled, I think it's better to upload it. On the other hand, if you just use it as a practice and the version is a total mess, you may want just keep it for yourself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top