# project-1-2091 **Repository Path**: linc5403/project-1-2091 ## Basic Information - **Project Name**: project-1-2091 - **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-01-07 - **Last Updated**: 2023-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 第一个项目 ## git branch ### left 何益帆 王淼 王赛群 ### right 孙一博 吴郭毅 储文义 黄俊琅 ### 常用命令 1. git checkout -b <新的本地分支名> origin/<远端分支名> 基于远端分支创建本地分支 2 git push origin <远端分支名> 将当前本地分支的内容推送到远端分支