# code23 **Repository Path**: zhujinlong/code23 ## Basic Information - **Project Name**: code23 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-10 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 23 级移动学生梯队建设 code 文档 `#` reame.md 文件中 最好只有一个 readme.md 文件中可以写一些说明性的文字,介绍项目 ## 代码托管工具 - github.com 国外服务器 - gitlab.com 一般自己公司内部使用 - gitee.com 国内 ## git 教程 - git 安装教程:https://blog.csdn.net/weixin_54779741/article/details/129826210 - [廖雪峰的 git 教程](https://www.liaoxuefeng.com/wiki/896043488029600) - [git-scm](https://git-scm.com/book/zh/v2) - git 官网: https://git-scm.com/ ## git 常用命令 - `git clone` 克隆代码 - `git add` 添加文件到暂存区 - `git commit` 提交暂存区到仓库区 - `git push` 提交仓库区到远程仓库 - `git pull` 拉取远程仓库代码到本地 - `git branch` 显示分支 - `git checkout` 切换分支 - `git merge` 合并分支 - `git log` 查看提交历史 - `git status` 查看仓库状态 - `git reset` 回退版本 - `git rm` 删除文件 - `git stash` 暂存文件 - `git diff` 查看文件差异 - `git tag` 打标签 - `git remote` 管理远程仓库 - `git config` 设置配置