码迷,mamicode.com
首页 >  
搜索关键字:gitlab two-factor authentication 2fa    ( 3882个结果
git 提交pr与修改分支名
参考:git 如何修改本地分支名称与远程分支名称 修改本地分支名: git branch -m old_name new_name 删除远程分支: git push origin :old_name 重新创建一个新的远程分支 也就是将你现在所在的分支,再push一遍 git push origin ...
分类:其他好文   时间:2021-03-10 13:01:41    阅读次数:0
Ununtu16.04搭建GitLab服务器教程
GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates ...
分类:其他好文   时间:2021-03-05 13:25:21    阅读次数:0
Spring Security 核心组件?
SecurityContext SecurityContext是安全的上下文,所有的数据都是保存到SecurityContext中。 可以通过SecurityContext获取的对象有: Authentication SecurityContextHolder SecurityContextHold ...
分类:编程语言   时间:2021-03-04 13:35:29    阅读次数:0
gitlab
克隆: git clone 链接 下载: git pull 上传: git config --global user.email “” 首次设置 git config --global user.name “” 首次设置 git add 文件名/文件 git commit -m “” 设置备注 gi ...
分类:其他好文   时间:2021-02-26 13:33:06    阅读次数:0
基于GitLab做代码评审
如何基于GitLab做代码评审 导引 大家知道,Gitlab是知名的开源代码管理工具,除了云端代码托管服务外,也可以下载社区版本进行本地搭建。因此大部分研发团队都搭建Gitlab进行代码管理。但其实,gitlab也是支持代码评审流程的。如果我们研发团队如果规模不大(例如10个人左右),完全可以基于g ...
分类:其他好文   时间:2021-02-25 12:17:15    阅读次数:0
centos7 安装gitlab
#零 修订记录 | 序号 | 修订内容 |修订时间 | | | | | | 1 | 新增 |2021/2/22| #一 摘要 本文主要介绍centos 上安装gitlab #二 环境信息 ##(一) 操作系统 [root@webmysql1 ~]# lsb_release -a LSB Versio ...
分类:其他好文   时间:2021-02-23 14:03:12    阅读次数:0
mysql修改密码(命令行)
mysql8: alter user 'root'@'localhost' identified by '123456'; mysql5.7: update user set authentication_string = password('123456') where user = 'root' ...
分类:数据库   时间:2021-02-22 11:45:52    阅读次数:0
版本管控工具-gitlab
版本管控工具-gitlab 一、什么是GitLab GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。 它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易 ...
分类:其他好文   时间:2021-02-19 13:28:04    阅读次数:0
Asp.net core Authentication and Authorization
之前有写过关于这些的文章, 本来想认证写一个系类的,但是感觉非常大. 太多工了. 先记入一些零零散散的. 看看以后要不要整理起来。 refer resources : https://www.cnblogs.com/stulzq 晓晨博客 https://www.cnblogs.com/sheng- ...
分类:Web程序   时间:2021-02-16 11:58:15    阅读次数:0
「Jenkins」- GitLab Plugin @20210212
插件介绍 此插件是一个构建触发器(Build Trigger),允许在 GitLab 中发生推送代码或创建合并请求时,触发 Jenkins 来执行构建任务。 插件站点:https://plugins.jenkins.io/gitlab-plugin 安装插件 Manage Jenkins => Ma ...
分类:其他好文   时间:2021-02-16 11:58:01    阅读次数:0
3882条   上一页 1 ... 4 5 6 7 8 ... 389 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!