# tools **Repository Path**: JinglongC/tools ## Basic Information - **Project Name**: tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-24 - **Last Updated**: 2025-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git config --global user.name "JinglongC" git config --global user.email "jinglongchen@foxmail.com" git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/JinglongC/tools.git git push -u origin "master"