I have this project already on Github, but I want to share it again, without the commits. If I try to do it from the IDE, the commits will remain, and if I try to upload it manually, I can't because there are too many files. What would be a work-around for this?
Asked
Active
Viewed 237 times
1 Answers
1
- Start a new, empty repository on github
- Clone it to your machine
- Put all your files in it
- Commit and push

Sam
- 923
- 5
- 11