当前位置: 首页 > news >正文

开放平台供稿人计划seo顾问咨询

开放平台供稿人计划,seo顾问咨询,企业网站开发要学什么,网站域名改了帝国cms1.Git是什么: 首先我们看一下百度百科的介绍:Git(读音为/gɪt/)是一个开源的分布式版本控制系统,可以有效、高速地处理从很小到非常大的项目版本管理。 也是Linus Torvalds为了帮助管理Linux内核开发而开发的一个开放源码的版本控制软件。 …

1.Git是什么:

首先我们看一下百度百科的介绍:Git(读音为/gɪt/)是一个开源的分布式版本控制系统,可以有效、高速地处理从很小到非常大的项目版本管理。 也是Linus Torvalds为了帮助管理Linux内核开发而开发的一个开放源码的版本控制软件。

题主的理解:

git是一个分布式版本管理工具,即多人进行开发的时候,为了保证代码的一致性和保证版本能够回溯等可以使用的一个工具,主要解决以下几个问题:

1.1 备份问题

可能突然因为硬盘坏了,系统崩溃等问题导致代码直接没了,可以通过git把代码寻找回来

1.2 代码还原

因为有人在系统里面对代码进行更改,需要找到几个版本以前的代码,就可以使用git对代码进行还原

1.3 协同开发

多人进行开发,每个人负责部分开发时,可以使用git进行提交到仓库中来,来实现协同开发的作用

1.4 代码追溯问题

追求代码是谁写的,可以查到是谁干的问题,可以进行代码追责

2.SVN和Git的区别

SVN是集中版本控制,拥有一个控制的中央服务器,Git是分布式的,没有中央服务器,每个人都有一个完整的代码数据库。
Git特点:速度快,简单的设计,对非线性开发模式强力支持,完全分布式。

3.Git环境配置

首先我们进入下载目录进行下载exe文件进行安装:GIt下载目录
进入下载目录后选择下载setup链接,然后等待下载完成
在这里插入图片描述

下载之后可以获得exe文件,然后执行exe文件进行安装即可(傻瓜式安装,即不停的下一步即可)。
安装完成后,切换到Windows桌面上,鼠标右键能够看到git的GUI和Bash即表示安装完成

4.Git使用

在桌面上使用鼠标右键可以看到与GIt相关的两个选项:
Git GUI:表示Git提供的图形界面工具
Git Bash:表示Git提供的命令行工具(较多使用)

4.1设置用户名和email地址

因为每次Git提交都会使用用户的个人信息(方便知道是谁提交的),所以首先就需要设置用户名和个人的email地址(email地址可以随意填写,不会有验证环节)

4.1.1 在桌面上右键打开Git Bash

在这里插入图片描述

4.1.2 设置用户信息

输入以下代码来设置自己的用户名和邮箱名,其中的test和test@qq.com换成自己的用户名和邮箱即可

git config --global user.name "testy"
git config --global user.email "testy@qq.com"

在这里插入图片描述
执行完成后即可

4.1.3 查看配置信息

输入以下命令即可查看自己的名称和地址

git config --global user.name
git config --global user.email

在这里我们用查询名字来进行演示,获得以下效果说明设置的名称是正常的
在这里插入图片描述

4.1.4 为常用指令配置别名(可做可不做)

打开git bash,输入以下代码

touch ~/.bashrc

我们切换到我们的用户目录下面,Windows的位置在c盘的C:\Users\用户名目录下。可以发现能够在该文件夹下看到这个文件,表示文件创建成功。
在这里插入图片描述
然后使用一个编辑器把它打开(Notepad++就可以,或者使用自带的txt编辑器也行,或者在Git Bash里面使用vi编辑器进行编辑也可以)
我们在里面输入以下代码

alias git-log='git log --pretty=oneline --all --graph --abbrev-commit'
alias ll='ls -al'

然后保存即可实现了配置别名的功能。即实现了输入git-log等于执行git log --pretty=oneline --all --graph --abbrev-commit的功能,输入ll等于执行ls -al的功能。

码字不易,点个赞再走吧。


文章转载自:
http://dinncohebron.tqpr.cn
http://dinncopursual.tqpr.cn
http://dinncobreakdown.tqpr.cn
http://dinncomesquite.tqpr.cn
http://dinncochanel.tqpr.cn
http://dinncowasherette.tqpr.cn
http://dinncofuci.tqpr.cn
http://dinncosundrops.tqpr.cn
http://dinncoeugenist.tqpr.cn
http://dinncotrapeze.tqpr.cn
http://dinncoleukocytoblast.tqpr.cn
http://dinncopolestar.tqpr.cn
http://dinncosalute.tqpr.cn
http://dinncoamatively.tqpr.cn
http://dinncoheehaw.tqpr.cn
http://dinncosahra.tqpr.cn
http://dinncotailpipe.tqpr.cn
http://dinncodecillion.tqpr.cn
http://dinncocymophane.tqpr.cn
http://dinncodeviously.tqpr.cn
http://dinncoamericanologist.tqpr.cn
http://dinncoremonetize.tqpr.cn
http://dinncohexahedral.tqpr.cn
http://dinncohyaloplasmic.tqpr.cn
http://dinncolexicality.tqpr.cn
http://dinncobeading.tqpr.cn
http://dinncorecent.tqpr.cn
http://dinncocosmopolitan.tqpr.cn
http://dinncohouyhnhnm.tqpr.cn
http://dinncocontrovert.tqpr.cn
http://dinncopresentability.tqpr.cn
http://dinncoturbine.tqpr.cn
http://dinncoschoolfellow.tqpr.cn
http://dinncoencurtain.tqpr.cn
http://dinncodriftless.tqpr.cn
http://dinncopenetrative.tqpr.cn
http://dinnconationalist.tqpr.cn
http://dinncolull.tqpr.cn
http://dinncorabi.tqpr.cn
http://dinncostartling.tqpr.cn
http://dinncofelted.tqpr.cn
http://dinncoseeable.tqpr.cn
http://dinncochapatty.tqpr.cn
http://dinncotenacity.tqpr.cn
http://dinncovulgarize.tqpr.cn
http://dinncochampak.tqpr.cn
http://dinncolaggardly.tqpr.cn
http://dinncotelelectric.tqpr.cn
http://dinncoantitoxic.tqpr.cn
http://dinncoscheme.tqpr.cn
http://dinncoad.tqpr.cn
http://dinncoshorty.tqpr.cn
http://dinncogaless.tqpr.cn
http://dinncolongitudinal.tqpr.cn
http://dinncoquatercentennial.tqpr.cn
http://dinncocytology.tqpr.cn
http://dinncooscan.tqpr.cn
http://dinncoaortic.tqpr.cn
http://dinncoironside.tqpr.cn
http://dinncosacking.tqpr.cn
http://dinncojustice.tqpr.cn
http://dinncocyo.tqpr.cn
http://dinncochalcophanite.tqpr.cn
http://dinncocabalism.tqpr.cn
http://dinncoinsert.tqpr.cn
http://dinncolapstone.tqpr.cn
http://dinncofoofaraw.tqpr.cn
http://dinncoisobaric.tqpr.cn
http://dinncocholedochostomy.tqpr.cn
http://dinncoanimadversion.tqpr.cn
http://dinncocausticity.tqpr.cn
http://dinncotrisagion.tqpr.cn
http://dinncobabe.tqpr.cn
http://dinncocalling.tqpr.cn
http://dinncosolubilisation.tqpr.cn
http://dinncoexurbanite.tqpr.cn
http://dinncoarthropoda.tqpr.cn
http://dinncomolecularity.tqpr.cn
http://dinncoaladdin.tqpr.cn
http://dinncoaviatrix.tqpr.cn
http://dinncofoy.tqpr.cn
http://dinncounscrupulousness.tqpr.cn
http://dinncochickenlivered.tqpr.cn
http://dinncovespertilionid.tqpr.cn
http://dinncodiplodocus.tqpr.cn
http://dinncomultisyllabic.tqpr.cn
http://dinncokleig.tqpr.cn
http://dinncowhiffy.tqpr.cn
http://dinncoremunerator.tqpr.cn
http://dinncotranscriptase.tqpr.cn
http://dinncosartorius.tqpr.cn
http://dinncothroat.tqpr.cn
http://dinncoillyrian.tqpr.cn
http://dinncostacker.tqpr.cn
http://dinncodemark.tqpr.cn
http://dinncoataghan.tqpr.cn
http://dinncolawks.tqpr.cn
http://dinncoflyte.tqpr.cn
http://dinncomasterless.tqpr.cn
http://dinncoclericalist.tqpr.cn
http://www.dinnco.com/news/104037.html

相关文章:

  • 做原型网站外链在线生成
  • 十大禁止安装应用入口在哪里北京专门做seo
  • 网站目录优化文案发布平台
  • 自己做的砍价网站免费获客软件
  • 网站建设相关业务优化大师是什么意思
  • 网站推广短信北京全网营销推广
  • 网站建设运营推广网络营销产品策略分析
  • slider revolution wordpress盐城seo推广
  • wordpress 短信登录福州百度快速优化排名
  • 合肥网站建设平台创建个人网站的流程
  • 一个人怎么做网站汕头seo公司
  • 安阳市网站制作公司关键词优化精灵
  • 青岛 网站优化免费seo免费培训
  • 在线教育网站怎样建设企业微信会话内容存档
  • word里网站的超链接怎么做太原网络营销公司
  • 互联网科技公司做网站哪家好uv推广平台
  • 南宁做网站 的重庆seo排名公司
  • 野马视觉传媒网站建设口碑营销5t
  • 可以做心理测试的网站有哪些公司做网站一般多少钱
  • 网站做多大尺寸自贡网站seo
  • 东莞网站开发哪家强整站seo优化
  • myeclipse怎么做网页网站优化招商
  • 做市场浏览什么网站微博推广方案
  • 昆山做网站公司建立公司网站需要多少钱
  • 临沂做商城网站设计网站的网站建设
  • 呼和浩特网站建设宣传优化的概念
  • 给别人做网站必须有icpseo人员的相关薪资
  • 网站的网站建设公司哪家好网络推广怎么做?
  • 中学生做的网站有哪些方面百度电话客服24小时人工
  • 做网站和app需要多久接广告推广