码迷,mamicode.com
首页 > 其他好文 > 详细

gitlab提交

时间:2019-12-24 11:36:58      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:最新   origin   文件路径   pull   status   路径   git   stat   远程   

1.提交到本地仓库:

git commit -ab "ty"

2.查看本地仓库状态:

git status

3.添加没有记录的文件路径

git add ”路径“

4.拉取远程gitlab最新仓库

git pull origin master

5.查看本地仓库状态

git status

6.添加没有记录的文件路径

git add ”路径“

7.提交本地仓库到远程gitlab仓库

git push origin master

gitlab提交

标签:最新   origin   文件路径   pull   status   路径   git   stat   远程   

原文地址:https://www.cnblogs.com/tywork/p/12090294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!