# 知识点 **Repository Path**: baefengk2/knowledge-points ## Basic Information - **Project Name**: 知识点 - **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-05-09 - **Last Updated**: 2025-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 知识点 ### GitLab的常用命令 ssh-keygen.exe -t rsa -C "邮箱" //生成ssh公钥 cd ~ //退到根目录 cd .ssh/ //进入.ssh ls //查看 cat id_rsa.pub //查看密钥 git add . //添加的index索引区 git commit -m "说明" //添加到本地 git push //推送到远程仓库 history //查看历史命令