# ITSM管理系统
**Repository Path**: 280367056/itsm
## Basic Information
- **Project Name**: ITSM管理系统
- **Description**: 公司使用的ITSM管理系统
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2023-02-21
- **Last Updated**: 2023-02-21
## 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**