
Git
王子様~
这个作者很懒,什么都没留下…
展开
-
2023 gitlab添加ssh key
gitlab添加ssh key原创 2023-01-05 10:48:42 · 7132 阅读 · 0 评论 -
Git 修改本地Git关联远程地址
作者:LoveEmperor-王子様 背景:远程仓库地址修改,Gitlab地址修改或项目迁移 提交代码是失败 处理办法: 一、修改.git文件夹下—config文件—“url”地址 例: [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = ...原创 2018-08-03 17:39:34 · 1728 阅读 · 0 评论 -
Git 码云初次提交代码
作者:LoveEmperor-王子様 一、提交代码: git init git add . git config user.name 'xxx' git config user.email 'xxx@qq.com' git commit -m 'project init' git remote add origin https://git.o...原创 2018-08-27 22:43:44 · 594 阅读 · 0 评论 -
gitlab搭建
原文:https://blog.csdn.net/ouyang_peng/article/details/72903221 目前就职的公司一直使用SVN作为版本管理,现在打算尝试从SVN迁移到Git。安排我来预言并搭建好相关的环境以及自己尝试使用Git。今天我就尝试在Center OS系统上安装GitLab,现在在此记录一下整个安装过程。 第...转载 2018-10-12 15:19:41 · 222 阅读 · 0 评论 -
Linux gitlab常用指令
作者:LoveEmperor-王子様 //修改gitlab配置: vim /etc/gitlab/gitlab.rb //保存配置 sudo gitlab-ctl reconfigure //启动运行 sudo gitlab-ctl start //重启 sudo gitlab-ctl restart //停止 sudo gitlab-ctl stop //查看状态 sudo gitlab-ct...原创 2018-10-12 17:46:48 · 715 阅读 · 0 评论 -
Markdown的一些用法效果
作者:LoveEmperor-王子様 我的项目 hello world! 项目简介 1级 2级 this is test.md <HTML> <div> <a>there is html code </a> </div> </HTML> 这句话已经过时,当你看到时 环境配置 表格...原创 2018-10-15 09:14:34 · 316 阅读 · 0 评论