cloudv013——git
NO.012——cloud.git.v012
yanqi_vip
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 life.It sinks, and I am ready to depart ——W.S.Landor
展开
-
CC00000.CloudGit——|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 life.It sinks, and I am ready to depart ...原创 2022-03-27 15:18:00 · 383 阅读 · 0 评论 -
CC00001.CloudGit——|报错解决|
报错解决一:### --- 报错现象:[root@localhost git-2.5.0]# autoconf 无法执行:### --- 解决方案:[root@localhost git-2.5.0]# yum install -y autoconf报错解决二:### --- 报错现象:[root@localhost git-2.5.0]# m...原创 2022-03-27 15:19:00 · 240 阅读 · 0 评论 -
CC00002.CloudGit——|Git&Git和SVN简介|
一、Git简史及同类产品对比:### --- git简史:~~~ 同生活中的许多伟大事件一样,Git 诞生于一个极富纷争大举创新的年代。~~~ Linux 内核开源项目有着为数众广的参与者。~~~ 绝大多数的 Linux 内核维护工作都花在了提交补丁和保存归档的繁琐事务上(1991-2002年间)。~~~ 到 2002 年,整个...原创 2022-03-27 15:20:00 · 80 阅读 · 0 评论 -
CC00003.CloudGit——|Git&Git.Windows部署.V01|——|Git部署|
一、Git安装教程### --- 下载Git安装程序包:~~~ 下载地址:https://git-scm.com/download二、安装Git:### --- 安装Git程序包:~~~ 右键——>下一步——>安装完成——>右键打开Git Bash Here~~~ ——>git --version...原创 2022-03-27 15:20:00 · 70 阅读 · 0 评论 -
CC00004.CloudGit——|Git&Git.Windows部署.V02|——|Git操作|
一、Git配置使用:创建本地版本库,并将项目提交到本地仓库:### --- 配置本地版本库:三种方式:~~~ 创建文件夹:Repository repo1### --- 方法一:~~~ 右键——>Git GUI Here——>Create New Repository~~~ ——>指定创建的仓库文件路径E:/...原创 2022-03-27 15:21:00 · 130 阅读 · 0 评论 -
CC00005.CloudGit——|Git&工程同步远程仓库.V01|——|推送工程|
一、将Java工程提交到本地仓库并推送到远程仓库:### --- 拷贝Java项目文件夹到.git的工作目录下:~~~ 在HelloProjet文件夹右键——>TortoiseGit——>添加~~~ ——>确定(文件上会有一个+号出现)Java项目已添加到暂存区——>END~~~ # 忽略部分不需要添加到本地版本...原创 2022-03-27 15:22:00 · 76 阅读 · 0 评论 -
CC00006.CloudGit——|Git&工程同步远程仓库.V02|——|冲突&拉取不同步|
一、克隆远程仓库到本地:两种方式:ssh、https### --- 在git的工作目录下创建目录:clone-repos### --- 方式一:ssh的方式克隆~~~ 在clone-repos目录下——>右键——>Git Bash Here:git clone 远程仓库地址(图一)~~~ ——>在clone-repos目录下查看rep...原创 2022-03-27 15:23:00 · 85 阅读 · 0 评论 -
CC00007.CloudGit——|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 life.It sinks, and I am ready to depart ...原创 2022-03-27 15:23:00 · 321 阅读 · 0 评论 -
CC00008.CloudGit——|Git&Git私有服务器部署.V01|——|Git.Server部署&Linux|
一、在linux服务器上搭建私有Git服务程序:### --- 在linux服务器上搭建私有Git服务程序:~~~ # make编译方式~~~ 远程仓库实际上和本地仓库没啥不同,纯粹为了7x24小时开机并交换大家的修改。~~~ GitHub就是一个免费托管开源代码的远程仓库。~~~ 但是对于...原创 2022-03-27 15:24:00 · 91 阅读 · 0 评论 -
CC00009.CloudGit——|Git&Git私有服务器部署.V02|——|分支&冲突&合并|
一、分支管理:分支合并分支:### --- 分支合并分支:~~~ 在我们每次的提交,Git都把它们串成一条时间线,这条时间线就是一个分支。~~~ 截止到目前,只有一条时间线,在Git里,这个分支叫主分支,即master分支。~~~ HEAD指针严格来说不是指向提交,而是指向master,master才是指向提交的,~~~ 所以,H...原创 2022-03-27 15:24:00 · 205 阅读 · 0 评论 -
CC00010.CloudGit——|Git&Git私有服务器部署.V03|——|IntelliJ IDEA使用Git|
一、在IntelliJ IDEA中使用Git:### --- 在IDEA下创建项目并编写一个main方法的工程:~~~ # 在IDEA下新建一个Project~~~ IDEA——>新建一个Project——>File——>new——>Project :Java:git-test-project——>END~~~ #...原创 2022-03-27 15:25:00 · 84 阅读 · 0 评论 -
CC10000.CloudGit——|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 life.It sinks, and I am ready to depart ...原创 2022-03-27 15:25:00 · 68 阅读 · 0 评论