随笔分类 -  cdv013-git

|NO.Z.10000|——————————|DevelopMent|—————————————————————————————————————
摘要:NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-27 15:25 yanqi_vip 阅读(3) 评论(0) 推荐(0) 编辑

|NO.Z.00010|——————————|^^ 标准 ^^|——|Git&Git私有服务器部署.V03|——|IntelliJ IDEA使用Git|
摘要:一、在IntelliJ IDEA中使用Git: ### 在IDEA下创建项目并编写一个main方法的工程: ~~~ # 在IDEA下新建一个Project ~~~ IDEA——>新建一个Project——>File——>new——>Project :Java:git-test-project——>E 阅读全文

posted @ 2022-03-27 15:25 yanqi_vip 阅读(29) 评论(0) 推荐(0) 编辑

|NO.Z.00008|——————————|^^ 部署 ^^|——|Git&Git私有服务器部署.V01|——|Git.Server部署&Linux|
摘要:一、在linux服务器上搭建私有Git服务程序: ### 在linux服务器上搭建私有Git服务程序: ~~~ # make编译方式 ~~~ 远程仓库实际上和本地仓库没啥不同,纯粹为了7x24小时开机并交换大家的修改。 ~~~ GitHub就是一个免费托管开源代码的远程仓库。 ~~~ 但是对于某些视 阅读全文

posted @ 2022-03-27 15:24 yanqi_vip 阅读(22) 评论(0) 推荐(0) 编辑

|NO.Z.00009|——————————|^^ 标准 ^^|——|Git&Git私有服务器部署.V02|——|分支&冲突&合并|
摘要:一、分支管理:分支合并分支: ### 分支合并分支: ~~~ 在我们每次的提交,Git都把它们串成一条时间线,这条时间线就是一个分支。 ~~~ 截止到目前,只有一条时间线,在Git里,这个分支叫主分支,即master分支。 ~~~ HEAD指针严格来说不是指向提交,而是指向master,master 阅读全文

posted @ 2022-03-27 15:24 yanqi_vip 阅读(24) 评论(0) 推荐(0) 编辑

|NO.Z.00006|——————————|^^ 标准 ^^|——|Git&工程同步远程仓库.V02|——|冲突&拉取不同步|
摘要:一、克隆远程仓库到本地:两种方式:ssh、https ### 在git的工作目录下创建目录:clone-repos ### 方式一:ssh的方式克隆 ~~~ 在clone-repos目录下——>右键——>Git Bash Here:git clone 远程仓库地址(图一) ~~~ ——>在clone 阅读全文

posted @ 2022-03-27 15:23 yanqi_vip 阅读(6) 评论(0) 推荐(0) 编辑

|NO.Z.00007|——————————|DevelopMent|—————————————————————————————————————
摘要:NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-27 15:23 yanqi_vip 阅读(2) 评论(0) 推荐(0) 编辑

|NO.Z.00005|——————————|DevelopMent|——|Git&工程同步远程仓库.V01|——|推送工程|
摘要:一、将Java工程提交到本地仓库并推送到远程仓库: ### 拷贝Java项目文件夹到.git的工作目录下: ~~~ 在HelloProjet文件夹右键——>TortoiseGit——>添加 ~~~ ——>确定(文件上会有一个+号出现)Java项目已添加到暂存区——>END ~~~ # 忽略部分不需要 阅读全文

posted @ 2022-03-27 15:22 yanqi_vip 阅读(13) 评论(0) 推荐(0) 编辑

|NO.Z.00004|——————————|DevelopMent|——|Git&Git.Windows部署.V02|——|Git操作|
摘要:一、Git配置使用:创建本地版本库,并将项目提交到本地仓库: ### 配置本地版本库:三种方式: ~~~ 创建文件夹:Repository repo1 ### 方法一: ~~~ 右键——>Git GUI Here——>Create New Repository ~~~ ——>指定创建的仓库文件路径E 阅读全文

posted @ 2022-03-27 15:21 yanqi_vip 阅读(4) 评论(0) 推荐(0) 编辑

|NO.Z.00002|——————————|DevelopMent|——|Git&Git和SVN简介|
摘要:一、Git简史及同类产品对比: ### git简史: ~~~ 同生活中的许多伟大事件一样,Git 诞生于一个极富纷争大举创新的年代。 ~~~ Linux 内核开源项目有着为数众广的参与者。 ~~~ 绝大多数的 Linux 内核维护工作都花在了提交补丁和保存归档的繁琐事务上(1991-2002年间)。 阅读全文

posted @ 2022-03-27 15:20 yanqi_vip 阅读(20) 评论(0) 推荐(0) 编辑

|NO.Z.00003|——————————|^^ 部署 ^^|——|Git&Git.Windows部署.V01|——|Git部署|
摘要:一、Git安装教程 ### 下载Git安装程序包: ~~~ 下载地址:https://git-scm.com/download 二、安装Git: ### 安装Git程序包: ~~~ 右键——>下一步——>安装完成——>右键打开Git Bash Here ~~~ ——>git --version:查看 阅读全文

posted @ 2022-03-27 15:20 yanqi_vip 阅读(2) 评论(0) 推荐(0) 编辑

|NO.Z.00001|——————————|^^ 报错 ^^|——|报错解决|
摘要:报错解决一: ### 报错现象: [root@localhost git-2.5.0]# autoconf 无法执行: ### 解决方案: [root@localhost git-2.5.0]# yum install -y autoconf 报错解决二: ### 报错现象: [root@local 阅读全文

posted @ 2022-03-27 15:19 yanqi_vip 阅读(37) 评论(0) 推荐(0) 编辑

|NO.Z.00000|——————————|DevelopMent|—————————————————————————————————————
摘要:NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-27 15:18 yanqi_vip 阅读(4) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

统计

点击右上角即可分享
微信分享提示