Gitlab相关,【推送项目】

推送现有文件夹

bash 复制代码
cd existing_folder
git init
git remote add origin [email protected]:taps/archetech.git
git add .
git commit -m "Initial commit"

git pull -u origin master

另外

bash 复制代码
git branch -b new_branch  //创建本地分支并切换
git branch  //查看本地分支
git branch <name>  //创建name的分支
git branch -r  //查看远程分支
git branch -a   //查看本地分支和远程分支
git branch -vv   //查看本地分支对应的远程分支
相关推荐
乄bluefox3 天前
解决GitLab无法拉取项目
gitlab
laugh123214 天前
GitLab 服务器宕机时的项目代码恢复方法
服务器·git·gitlab·数据恢复
路由侠内网穿透7 天前
本地部署仓库管理工具 Gitlab 并实现外部访问
linux·运维·服务器·网络协议·tcp/ip·gitlab
码农葫芦侠7 天前
GitLab CI/CD学习教程(第四章gitlab-ci.yml)
学习·ci/cd·gitlab
极小狐7 天前
GitLab 中文版17.10正式发布,27项重点功能解读【三】
安全·gitlab·devsecops·devops
云上艺旅7 天前
K8S学习之基础五十九:部署gitlab
学习·云原生·容器·kubernetes·gitlab
怪只怪满眼尽是人间烟火10 天前
CentOS7 离线下载安装 GitLab CE
运维·gitlab
细水VS长流10 天前
gitlab回退到指定提交记录
gitlab
细水VS长流10 天前
gitlab将其他分支设置为master分支
gitlab
好好学习 66613 天前
gitlab-ci.yml文件详解
java·ci/cd·gitlab