作者:redrose2100 类别:Git 日期:2023-03-21 14:41:21 阅读:13次 消耗积分:0分
[【原文链接】Git----以github和gitee为例实现两个代码仓库同步](http://devops-dev.com/article/566) # 需求场景 (1)以github上的 [UnixBench](https://github.com/kdlucas/byte-unixbench) 代码...
作者:redrose2100 类别:Git 日期:2022-10-26 03:27:34 阅读:233次 消耗积分:0分
[【原文链接】openEuler系统安装git详细操作步骤](http://devops-dev.com/article/424) (1)执行如下命令安装git ```bash dnf install -y git ``` (2)查看git版本号,如下表示git安装成功 ...
作者:redrose2100 类别:Git 日期:2022-10-21 05:51:58 阅读:234次 消耗积分:0分
[【原文链接】CentOS7系统生成SSH公钥和私钥并为Gitee平台配置公钥](http://devops-dev.com/article/419) [TOC] # 一、生成Git公钥和私钥 注意,这里一台服务器只需生成一次就可以...
作者:redrose2100 类别:Git 日期:2022-06-20 06:29:08 阅读:265次 消耗积分:0分
[【原文链接】git clone出现fatal: unable to checkout working tree报错的解决办法](http://devops-dev.com/article/317) [TOC] ## 问题:当使用git clone 出现fatal: unable to checkout working tree错...
作者:redrose2100 类别:Git 日期:2022-05-08 02:43:54 阅读:292次 消耗积分:0分
### [Windows10系统安装Git客户端](http://devops-dev.com/article/107) ### [CentOS7系统安装Git详细步骤](http://devops-dev.com/article/108) ### [openEuler系统安装git详细操作步骤](http://d...
作者:redrose2100 类别:Git 日期:2022-05-08 02:35:37 阅读:262次 消耗积分:0分
[【原文链接】git远端仓库地址管理命令的使用方法](http://devops-dev.com/article/114) [TOC] # 一、应用场景: 将主仓代码同步到个人的代码仓,以开源github上pytest代码为例,比如开...
作者:redrose2100 类别:Git 日期:2022-05-08 02:31:29 阅读:269次 消耗积分:0分
[【原文链接】git merge 和 git rebase 命令的区别](http://devops-dev.com/article/113) [TOC] # 一、git merge 的流程 如下,首先在一个目录中初始化仓库,然后在master分支创建master_1和...
作者:redrose2100 类别:Git 日期:2022-05-08 02:25:01 阅读:253次 消耗积分:0分
[【原文链接】git rebase 命令的使用方法](http://devops-dev.com/article/112) [TOC] # 一、应用场景一:在连续多次commit中丢掉其中的某一次提交 (1)应用场景: 在连续多次提交之后,...
作者:redrose2100 类别:Git 日期:2022-05-08 02:12:49 阅读:262次 消耗积分:0分
[【原文链接】Git分支管理常用命令](http://devops-dev.com/article/111) [TOC] # 一、使用场景 在实际解决bug的时候,是很少使用stash命令的方式的,更多的或者说更规范的来说,是使...
作者:redrose2100 类别:Git 日期:2022-05-08 02:08:51 阅读:239次 消耗积分:0分
[【原文链接】git stash命令的使用方法](http://devops-dev.com/article/110) # 一、使用场景 当在开发新功能的过程中,新功能尚未开发完成,而且如果此时将代码提交会导致程序运行失...
作者:redrose2100 类别:Git 日期:2022-05-08 02:01:49 阅读:281次 消耗积分:0分
[【原文链接】Git命令基础应用](http://devops-dev.com/article/109) [TOC] # (1) 初始化仓库 ```bash git init # 将当前文件夹初始化为一个本地仓库 ``` # (2) 将文件添加到本地暂存区 ...
作者:redrose2100 类别:Git 日期:2022-05-08 01:58:09 阅读:535次 消耗积分:0分
[【原文链接】CentOS7系统安装Git详细步骤](http://devops-dev.com/article/108) [TOC] # (1) 安装依赖 ```bash yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc-c++...
作者:redrose2100 类别:Git 日期:2022-05-07 16:59:28 阅读:370次 消耗积分:0分
[【原文链接】Windows10系统安装Git客户端](http://devops-dev.com/article/107) (1)打开 [git官网](https://git-scm.com/downloads) ,点击【windows】 ![](https://redrose2100.oss-cn-hangzhou.ali...
上一页
1
下一页
每页 25 篇
共 13 篇