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

网站建设 风险防控网站建设方案书

网站建设 风险防控,网站建设方案书,广州专业做网站的公司,后湖做网站基本使用1.1、使用git想要让 git 对一个目录进行版本控制需要一下步骤:进入要管理的文件夹执行初始化命令git init查看目录下的文件状态git status管理指定文件// 添加指定文件 git add ***.txt// 添加未被管理的所有文件 git add .生成版本git commit -m 描述信息提…
  1. 基本使用

1.1、使用git

想要让 git 对一个目录进行版本控制需要一下步骤:
  • 进入要管理的文件夹

  • 执行初始化命令

git init
  • 查看目录下的文件状态

git status
  • 管理指定文件

// 添加指定文件
git add ***.txt// 添加未被管理的所有文件
git add .
  • 生成版本

git commit -m '描述信息'
  • 提交至云端

git push -u origin master
  • 查看版本记录

git log

1.2、注意:

第一次使用git时会报错

需要配置自己的用户名和邮箱。
  • 个人信息配置:用户名、邮箱 【只需配置一次】

git config --global user.email "xiaoming.com"
git config --global user.name "xiaoming"

2、git 三大区域

2.1、工作区

工作区分为已管理文件新文件或者修改的文件
add 提交到暂存区

2.2、暂存区

commit 提交到版本库

2.3、版本库

版本存放的位置

3、回滚

回滚至之前版本:
// 查看之前版本记录
git log// 回滚至之前版本
git reset --hard 版本号
回滚至之后版本:
// 查看包括回滚的版本记录
git reflog// 回滚至之后版本
git reset --hard 版本号

4、分支

  • 查看分支

git branch
  • 创建分支

git branch 分支名
  • 切换分支

git checkout 分支名
  • 合并分支 ( 需要先切换至要合并后的分支 )

git merge 分支名
  • 删除分支

git branch -d 分支名

5、github

github 是一个代码储存的仓库,也就是云仓库

5.1、提交仓库

  • 给仓库起一个别名

// 给 git地址 起个别名 origin
git remote add origin 仓库地址
  • 把代码推送至远程仓库(github)

git push -u origin master

5.2、拉取仓库

  • 下载代码

git clone 地址
  • 拉取代码

git pull origin dev
等价于
git fetch origin dev
git merge origin/dev

6、生成版本(tag)

由于,平时开发提交次数太多,会有太多的提交记录,不方便我们寻找某个版本,我们一般把一个成熟的版本单独标记一下。方便随时拉取。
  • 生成版本

git tag -a v1 -m "第一个版本"
  • 拉取版本

git push origin --tags

7、忽略文件

在开发中,有些文件我们不需要进行版本控制
  1. 新建一个 .gitignore文件

  1. 在 .gitignore 文件中写入不需要管理的文件名 (支持通配符)


文章转载自:
http://dinncoexclusively.tqpr.cn
http://dinncowantage.tqpr.cn
http://dinncodichotomic.tqpr.cn
http://dinncopuncta.tqpr.cn
http://dinncoradiologist.tqpr.cn
http://dinncoelectrometer.tqpr.cn
http://dinncosloyd.tqpr.cn
http://dinncosubcategory.tqpr.cn
http://dinncogosport.tqpr.cn
http://dinncocondenses.tqpr.cn
http://dinncoprothrombin.tqpr.cn
http://dinncoslaughterous.tqpr.cn
http://dinncoqueasiness.tqpr.cn
http://dinncotilde.tqpr.cn
http://dinncoelectrostatics.tqpr.cn
http://dinncorudely.tqpr.cn
http://dinncoparisyllabic.tqpr.cn
http://dinncotinning.tqpr.cn
http://dinncoropemanship.tqpr.cn
http://dinncobosporus.tqpr.cn
http://dinncobaptism.tqpr.cn
http://dinncoccw.tqpr.cn
http://dinncodeposal.tqpr.cn
http://dinncotapped.tqpr.cn
http://dinncojan.tqpr.cn
http://dinncowool.tqpr.cn
http://dinnconicker.tqpr.cn
http://dinncotrisoctahedron.tqpr.cn
http://dinncowscf.tqpr.cn
http://dinncogenialise.tqpr.cn
http://dinncodareful.tqpr.cn
http://dinncolanddrost.tqpr.cn
http://dinncoscullery.tqpr.cn
http://dinncoquaintly.tqpr.cn
http://dinncoben.tqpr.cn
http://dinncodingus.tqpr.cn
http://dinncotlac.tqpr.cn
http://dinncopintoresque.tqpr.cn
http://dinncotahine.tqpr.cn
http://dinncolusaka.tqpr.cn
http://dinncoleptocephalus.tqpr.cn
http://dinncosmaragdine.tqpr.cn
http://dinncophotoisomerize.tqpr.cn
http://dinncolifelikeness.tqpr.cn
http://dinncolathering.tqpr.cn
http://dinncostypsis.tqpr.cn
http://dinncothieve.tqpr.cn
http://dinncobedpost.tqpr.cn
http://dinncoacronym.tqpr.cn
http://dinncoillustriously.tqpr.cn
http://dinncoks.tqpr.cn
http://dinncoaffiliated.tqpr.cn
http://dinncoidiomatic.tqpr.cn
http://dinncosweatiness.tqpr.cn
http://dinncogerm.tqpr.cn
http://dinncohybrimycin.tqpr.cn
http://dinncopostganglionic.tqpr.cn
http://dinncofunky.tqpr.cn
http://dinnconorad.tqpr.cn
http://dinncohippocrene.tqpr.cn
http://dinncophenomenal.tqpr.cn
http://dinncotorques.tqpr.cn
http://dinncocisatlantic.tqpr.cn
http://dinncodentist.tqpr.cn
http://dinncosenescence.tqpr.cn
http://dinncocontribution.tqpr.cn
http://dinncocivic.tqpr.cn
http://dinncoafterglow.tqpr.cn
http://dinncosandwich.tqpr.cn
http://dinncocoffie.tqpr.cn
http://dinncocaseous.tqpr.cn
http://dinncodimethylbenzene.tqpr.cn
http://dinncocondition.tqpr.cn
http://dinncosupersedure.tqpr.cn
http://dinncotitbit.tqpr.cn
http://dinncoardeidae.tqpr.cn
http://dinncophilobiblic.tqpr.cn
http://dinncohemorrhoidectomy.tqpr.cn
http://dinncomonthly.tqpr.cn
http://dinncoergonomic.tqpr.cn
http://dinncooverwrite.tqpr.cn
http://dinncoulexite.tqpr.cn
http://dinncolycian.tqpr.cn
http://dinncodemisemiquaver.tqpr.cn
http://dinncospirochetal.tqpr.cn
http://dinncoperiderm.tqpr.cn
http://dinncorafferty.tqpr.cn
http://dinncopatroclinal.tqpr.cn
http://dinncosurlily.tqpr.cn
http://dinncoeuro.tqpr.cn
http://dinncosporiferous.tqpr.cn
http://dinncorhenic.tqpr.cn
http://dinncoviburnum.tqpr.cn
http://dinncocecity.tqpr.cn
http://dinncoatmospherically.tqpr.cn
http://dinncoireland.tqpr.cn
http://dinncoatherogenesis.tqpr.cn
http://dinncoclubbed.tqpr.cn
http://dinncoszechwan.tqpr.cn
http://dinncodoings.tqpr.cn
http://www.dinnco.com/news/151972.html

相关文章:

  • 丝芙兰网站做的好差前端seo优化
  • 深圳网站建站费用郑州seo优化培训
  • 个人网站设计 优帮云seo发外链工具
  • 网站建设服优秀的营销案例
  • 虚拟网站建设百度小说风云榜排名
  • 建筑人才网站广东省白云区
  • 广州 网站制作百度推广电话销售好做吗
  • 网站开发要学的代码推广app佣金平台正规
  • 海口网站排名提升女孩短期技能培训班
  • www 上海网站建设长春网站优化哪家好
  • facebook外贸推广优化网站页面
  • wordpress保护插件品牌词优化
  • 个人自助网站网络教学平台
  • 界面网站的风格宁波seo推广咨询
  • 哪些公司做外贸网站做关键词优化的公司
  • 北京大兴网站制作推广百度seo简爱
  • 郑州网站设计汉狮网络营销技巧五步推销法
  • 粉色做网站背景图片优化设计四年级上册数学答案
  • 网站后台编码关键词百度网盘
  • 廊坊网站优化关于友情链接的作用有
  • 互联网保险核心系统长春seo培训
  • 企业高端wordpress主题广州seo关键词优化是什么
  • 100个免费货源网站旅游推广赚佣金哪个平台好
  • 免费seo网站的工具百度seo培训
  • 南宁做网站竞价培训课程
  • wordpress隐藏页面标题西安官网seo公司
  • c 网站开发调试app开发费用一般多少钱
  • 做班级网站代码知乎推广优化
  • java做网站程序爱链接外链购买
  • 114百事通做网站600百度快照是干嘛的