# learncode **Repository Path**: cander/learncode ## Basic Information - **Project Name**: learncode - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 简易的命令行入门教程: <> : 表示这个参数是必须的 []: 表示是可选的 | : 或者的 Git 全局设置: ``` git config --global user.name "cander" git config --global user.email "cander_liubiao@126.com" ``` clone 创建代码, 拉取代码 ``` git clone ``` 提交代码 ``` git add . git commit -m "备注信息" git push [origin master] ``` ``` git pull ``` 删除代码,直接删除文件夹