git常用命令
程序员文章站
2022-05-07 07:54:17
git 分支开发 主干发布 git init 初始化gitgit status 查看未添加的文件git add . 添加文件git commit -am '项目初始化' 提交到本地仓库git remote add origin https://gitee.com/maxlangod/motown_m ......
git 分支开发 主干发布
git init 初始化git
git status 查看未添加的文件
git add . 添加文件
git commit -am '项目初始化' 提交到本地仓库
git remote add origin https://gitee.com/maxlangod/motown_mall.git 提交到远程仓库
git branch 查看分支
git push -u origin master 推送到master分支
git pull 远程拉取
git push -u -f origin master 强制推送到远程仓库
git branch -r 查看远程分支
git push origin head -u 分支推送到远程
git checkout -b v1.0 origin/master 创建master下的分支
上一篇: 迷路的圣诞老人
下一篇: Eclipse C/C++开发环境搭建
推荐阅读
-
MySQL常用命令_MySQL
-
解决idea 拉取代码出现的 “ Сannot Run Git Cannot identify version of git executable: no response“的问题
-
git 问题
-
Git 项目推荐 | Go 语言编写的 web 完全开发框架_html/css_WEB-ITnose
-
cannot run program "git.exe":CreateProcess
-
git 基本使用
-
hive常用命令
-
Oracle以及SDE维护常用命令-查看表空间等 oraclesqlosaccesscache
-
liunx常用命令 - 压缩解压命令
-
liunx常用命令 - 帮助命令