# webapp **Repository Path**: 122050271/webapp ## Basic Information - **Project Name**: webapp - **Description**: webapp template for maven - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webapp for test webapp template for jsp version 2.5 ### oschina git使用步骤 1. [码云][1]上创建新项目,获取[git地址][2]:https://git.oschina.net/122050271/webapp.git 2. 本地创建新项目,主目录下执行 ```git init``` 3. 添加远程服务器 ```git remote add origin https://git.oschina.net/122050271/webapp.git``` 4. 从远程更新代码到本地 ```git pull origin master``` 5. 添加待提交文件 ```git add *``` 6. 提交版本到本地 ```git commit -m "init webapp"``` 7. 提交版本到服务器 ```git push origin master``` [1]:http://git.oschina.net "http://git.oschina.net" [2]:https://git.oschina.net/122050271/webtest.git