1, Login "code Cloud" (off the topic, the name is very good), create a new project
2, automatically entered the new Project home page, copy the GIT repository https address, the 4th step will be used
3. Open Webstrom, choose Checkout git
4, the 2nd step to copy a good address to fill in, click "Clone" can clone this project to the local
5, Clone Good, we are in the local random new index.html file
Note: Choose "Yes" here, each time you push the project without add can directly commit all the files added and deleted (about the Add and commit git basic concept, please go to git tutorial-Liaoche's official website-Create the Repository
6, if the above point "yes", then this step omitted, because the system will automatically help you to add all the files and additions to the
7, the project has been modified, click Commit
8, before the submission, develop a good habit of writing comments, so that the project is to know who modified it? What has been modified?
9, after the commit, click Push, you can upload the local project to update the "Code Cloud" remote Project Warehouse
10, refresh can see the new index.html
11, in addition, note that the start of writing every day at present, to develop a good habit of pull first, keep the local project and the remote GIT project warehouse consistent with the latest state
Webstrom (or Phpstrom) using Git (oschina-code cloud)