# ITSM管理系统
**Repository Path**: kana99/itsm
## Basic Information
- **Project Name**: ITSM管理系统
- **Description**: 公司使用的ITSM管理系统
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 1
- **Created**: 2019-09-19
- **Last Updated**: 2023-10-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
**git config --global user.name "许石泉"**
**git config --global user.email "kana99@163.com"**
**git init**
**touch README.MD**
**git add README.md**
**git commit -m "first commit"**
**git remote add origin https://gitee.com/kana99/itsm.git**
**git add .**
**git push -u origin master**