# git-idea-study **Repository Path**: yuanzihao23515/git-idea-study ## Basic Information - **Project Name**: git-idea-study - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-31 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### git远程仓库命令 ==注==:[shortName] [name] == [远程仓库别名 ] [远程仓库分支] - git remote 查看(有没有关联)远程仓库(显示origin(远程仓库别名)是已经关联远程仓库,) - 这个指令可以查询远程仓库别名 - git remote -v 查看远程仓库地址 - git remote add 添加远程仓库(有的本地仓库没有远程仓库要添加) - git clone 从远程仓库克隆(git clone [url]) (把远程仓库创建到本地仓库中) - git push 推送到远程仓库(git push [远程仓库别名(如:origin)