I have a google web application project that I want to host on github. I’m familiar with the basics of github. I have committed simple java projects. But how do I commit a google web project so that a user can just import the project from github and its created.
Do I just commit all of the source code. Then anyone who wants to import the project just creates a new project and re-imports the code from github into his/her newly created project ?
You should commit all the source code project folder like:
One potential user will: