# CodenFileTrans **Repository Path**: kilvin/coden-file-trans ## Basic Information - **Project Name**: CodenFileTrans - **Description**: 针对某种文件进行处理和输出 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-13 - **Last Updated**: 2025-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目结构 处理特殊文件 ## java ## python --- # Git ## 1、安装git ```shell https://git-scm.com/download/win ``` ## 2、克隆工程 ```shell git clone https://gitee.com/kilvin/coden-file-trans.git ``` ## 3、更新工程 ```shell git pull ``` ### *3.1、强制更新代码* ```shell git fetch --all git reset --hard origin/master git pull ``` ## 4、上传工程 ```shell git add ? git commit -m "commit_message" git push ```