# concise-account-book **Repository Path**: amor19/concise-account-book ## Basic Information - **Project Name**: concise-account-book - **Description**: This is a project for 2021 TJU SE summer assignment. Its basic function is just to keep daily accounts. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-08-25 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # concise-account-book #### 介绍 This is a project for 2021 TJU SE summer assignment. Its basic function is just to keep daily accounts.
#### 软件接口文档 见同目录下的[api.md](./api.md)
#### 业务对象分析 见同目录下的[entity.md](./entity.md)
#### 开发说明 将dev_all分支克隆到本地: ```bash git clone -b dev_all https://gitee.com/amor19/concise-account-book.git ``` 新建自己的提交分支: ```bash git switch -c dev_xxx ``` 从提交分支上新建工作分支,并在工作分支上编写代码: ```bash git switch -c feature_xxx ``` 在工作分支编写完代码并且==add和commit之后==切回到提交分支,merge工作分支,将自己的提交分支push到远程仓库: ```bash git switch dev_xxx git merge feature_xxx git push origin dev_xxx ``` 这样一来,我们的远程仓库中应一共该有5个分支: - master - dev_all - dev_back_end - dev_web - dev_mini_app #### 最后 麻烦看到了点个star:star:!