git常用命令
git remote 仓库别名 远端仓库地址 给仓库起别名
git branch 查看当前的分支情况
git branch master_name 建议新的分支
git checkout master_name 切换到其它分支
git merge master_name 合并分支的指令
标签:git,name,59git,master,branch,常用命令,分支 From: https://www.cnblogs.com/socoo-/p/17066146.html
git remote 仓库别名 远端仓库地址 给仓库起别名
git branch 查看当前的分支情况
git branch master_name 建议新的分支
git checkout master_name 切换到其它分支
git merge master_name 合并分支的指令
标签:git,name,59git,master,branch,常用命令,分支 From: https://www.cnblogs.com/socoo-/p/17066146.html