# insurence **Repository Path**: dahouge/insurence ## Basic Information - **Project Name**: insurence - **Description**: 一个关于“保险”的项目 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://dahouge.oschina.io/insurence/app/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-12-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # insurence * 一个关于“保险”的项目 * [选择学校](http://dahouge.oschina.io/insurence/app/chooseSchool.html) * [我的学校](http://dahouge.oschina.io/insurence/app/login.html) * [我的保单](http://dahouge.oschina.io/insurence/app/page4-myInsurence.html) * [未支付订单](http://dahouge.oschina.io/insurence/app/page6-unPay.html) ### git版本控制 ``` // 列出所有修改的文件 git status // 添加所有修改文件到缓冲区 git add . // 提交代码 git cimmit -m'修改的内容描述' // 获取远程仓库的代码 git pull // 推送本地代码到远程仓库 git push ```