# Vacation **Repository Path**: catoldcui/Vacation ## Basic Information - **Project Name**: Vacation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #请假系统后台 Hbuilder: [http://git.oschina.net/catoldcui/vacation_hb](http://git.oschina.net/catoldcui/vacation_hb) 前端仓库: [http://git.oschina.net/catoldcui/Vacation_mobile](http://git.oschina.net/catoldcui/Vacation_mobile) 接口文档: [https://docs.google.com/spreadsheets/d/1GLqsQxzuxr2QU5wWH3vQN2CbvrOT5VGL7B_tNJrhlk8/edit?usp=sharing](https://docs.google.com/spreadsheets/d/1GLqsQxzuxr2QU5wWH3vQN2CbvrOT5VGL7B_tNJrhlk8/edit?usp=sharing) **docs: 文档,统一保存成.mht格式** **code:后台代码** ##Git团队使用规范 - 克隆代码 `git clone 远程代码` - 创建分支 `git checkout -b branch_name` - 添加代码到分支的暂存区 `git add somefile` - 提交代码到分支 `git commit -m "本次提交的注释"` - 切换到主版本 `git checkout master` - 获取远程最新代码 `git pull origin master` - 合并某分支到master分支 `git merge branch_name` - 获取远程最新代码 `git pull origin master` - 推送master分支 `git push origin master` - 没有问题了删除本地分支 `git branch -d branch_name` 参考: [Git 使用规范流程](http://www.ruanyifeng.com/blog/2015/08/git-use-process.html)