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

动态网站的例子亿速云

动态网站的例子,亿速云,做本地网站需要的软件,网站建设培训常用命令 $ git status 工作区域与仓库保持一致step2: 暂存状态 $ git add --all # 当前项目下的所有更改 $ git add . # 当前目录下的所有更改 $ git add xx/xx.py xx/xx2.py # 添加某几个文件Step3: commit $ git commit -m"<这里写commit的描述>" 已提…

常用命令

$ git status  工作区域与仓库保持一致step2: 暂存状态
$ git add --all # 当前项目下的所有更改
$ git add .  # 当前目录下的所有更改
$ git add xx/xx.py xx/xx2.py  # 添加某几个文件Step3: commit 
$ git commit -m"<这里写commit的描述>" 已提交 状体变为已提交Step4 :  git push,变为已推送状态$ git push -u origin master # 第一次需要关联上
$ git push # 之后再推送就不用指明应该推送的远程分支了
$ git branch # 可以查看本地仓库的分支
$ git branch -a # 可以查看本地仓库和本地远程仓库(远程仓库的本地镜像)的所有分支分支下的常用操作如下:
例如:
$ git status
$ git add -a
$ git status
$ git commit -m 'xxx'
$ git pull --rebase
$ git push origin xxbranch

代码撤销和同步

$ git diff # 列出所有的修改
$ git diff xx/xx.py xx/xx2.py # 列出某(几)个文件的修改$ git checkout # 撤销项目下所有的修改
$ git checkout . # 撤销当前文件夹下所有的修改
$ git checkout xx/xx.py xx/xx2.py # 撤销某几个文件的修改
$ git clean -f # untracked状态,撤销新增的文件
$ git clean -df # untracked状态,撤销新增的文件和文件夹# Untracked files:
#  (use "git add <file>..." to include in what will be committed)
#
#	xxx.py

已暂存 未提交

这个时候已经执行过git add,但未执行git commit,但是用git diff已经看不到任何修改。 因为git diff检查的是工作区与暂存区之间的差异。

$ git diff --cached # 这个命令显示暂存区和本地仓库的差异$ git reset # 暂存区的修改恢复到工作区
$ git reset --soft # 与git reset等价,回到已修改状态,修改的内容仍然在工作区中
$ git reset --hard # 回到未修改状态,清空暂存区和工作区

PS:git reset --hard 操作 等价于 git reset 和 git checkout 2步操作

已提交 未推送

执行完commit之后,会在仓库中生成一个版本号(hash值),标志这次提交。之后任何时候,都可以借助这个hash值回退到这次提交。

$ git diff <branch-name1> <branch-name2> # 比较2个分支之间的差异
$ git diff master origin/master # 查看本地仓库与本地远程仓库的差异$ git reset --hard origin/master # 回退与本地远程仓库一致
$ git reset --hard HEAD^ # 回退到本地仓库上一个版本
$ git reset --hard <hash code> # 回退到任意版本
$ git reset --soft/git reset # 回退且回到已修改状态,修改仍保留在工作区中。推送到远程
$ git push -f orgin master # 强制覆盖远程分支
$ git push -f # 如果之前已经用 -u 关联过,则可省略分支名

慎用,一般情况下,本地分支比远程要新,所以可以直接推送到远程,但有时推送到远程后发现有问题,进行了版本回退,旧版本或者分叉版本推送到远程,需要添加 -f参数,表示强制覆盖。


文章转载自:
http://dinncopediatrician.tqpr.cn
http://dinncoscutch.tqpr.cn
http://dinncoweird.tqpr.cn
http://dinncohyperacidity.tqpr.cn
http://dinncotellurium.tqpr.cn
http://dinncomolehill.tqpr.cn
http://dinncohirudin.tqpr.cn
http://dinncoperiastron.tqpr.cn
http://dinncobassinet.tqpr.cn
http://dinncohousetop.tqpr.cn
http://dinncogloveman.tqpr.cn
http://dinncowithin.tqpr.cn
http://dinncotomback.tqpr.cn
http://dinncoiphone.tqpr.cn
http://dinncobattalion.tqpr.cn
http://dinncodepressingly.tqpr.cn
http://dinncoceiled.tqpr.cn
http://dinncogruyere.tqpr.cn
http://dinncocenturion.tqpr.cn
http://dinncotrainbearer.tqpr.cn
http://dinncosuppletive.tqpr.cn
http://dinncobourree.tqpr.cn
http://dinncodentation.tqpr.cn
http://dinncoabskize.tqpr.cn
http://dinncosainted.tqpr.cn
http://dinncointellective.tqpr.cn
http://dinncoprolixity.tqpr.cn
http://dinncodilatoriness.tqpr.cn
http://dinncowaltham.tqpr.cn
http://dinncohook.tqpr.cn
http://dinncoguacharo.tqpr.cn
http://dinncocryobiology.tqpr.cn
http://dinncocrabber.tqpr.cn
http://dinncoscholiastic.tqpr.cn
http://dinncosubsequential.tqpr.cn
http://dinncodawdler.tqpr.cn
http://dinncomonostome.tqpr.cn
http://dinncoillusional.tqpr.cn
http://dinncodopant.tqpr.cn
http://dinncogoddamned.tqpr.cn
http://dinncometastable.tqpr.cn
http://dinncoholomorphy.tqpr.cn
http://dinncoinspan.tqpr.cn
http://dinncophytopathogene.tqpr.cn
http://dinncoalexia.tqpr.cn
http://dinncousnea.tqpr.cn
http://dinncoexpostulate.tqpr.cn
http://dinncosuperhelical.tqpr.cn
http://dinnconoaa.tqpr.cn
http://dinncononhistone.tqpr.cn
http://dinncoeriometer.tqpr.cn
http://dinncoswinney.tqpr.cn
http://dinncogunmen.tqpr.cn
http://dinncobrittany.tqpr.cn
http://dinncoawake.tqpr.cn
http://dinncoagronomist.tqpr.cn
http://dinncosinfully.tqpr.cn
http://dinncosyncrude.tqpr.cn
http://dinncospectropolarimeter.tqpr.cn
http://dinncoloathsomely.tqpr.cn
http://dinncomalodorant.tqpr.cn
http://dinncobuchenwald.tqpr.cn
http://dinncoschematize.tqpr.cn
http://dinncoantonym.tqpr.cn
http://dinncofallfish.tqpr.cn
http://dinncoviticulturist.tqpr.cn
http://dinncomusca.tqpr.cn
http://dinncolumberer.tqpr.cn
http://dinncoteary.tqpr.cn
http://dinncobiocompatible.tqpr.cn
http://dinncoimpanation.tqpr.cn
http://dinncomongolia.tqpr.cn
http://dinncobase.tqpr.cn
http://dinncocheshvan.tqpr.cn
http://dinncooilcloth.tqpr.cn
http://dinncosedimentologic.tqpr.cn
http://dinncoontologic.tqpr.cn
http://dinncolangsyne.tqpr.cn
http://dinncoresonance.tqpr.cn
http://dinncodogtooth.tqpr.cn
http://dinncoarisings.tqpr.cn
http://dinncocsiro.tqpr.cn
http://dinncopyrrhotite.tqpr.cn
http://dinncocuirassed.tqpr.cn
http://dinncoautostability.tqpr.cn
http://dinncorollway.tqpr.cn
http://dinncooxycalcium.tqpr.cn
http://dinncodabbler.tqpr.cn
http://dinncomotherboard.tqpr.cn
http://dinncopixilated.tqpr.cn
http://dinncoborazon.tqpr.cn
http://dinncojawbone.tqpr.cn
http://dinncoallegorization.tqpr.cn
http://dinncolegumina.tqpr.cn
http://dinncostedfast.tqpr.cn
http://dinncounrevoked.tqpr.cn
http://dinncobrooch.tqpr.cn
http://dinncoetherization.tqpr.cn
http://dinncoundesirable.tqpr.cn
http://dinncooverlie.tqpr.cn
http://www.dinnco.com/news/6409.html

相关文章:

  • 中央气象台官网搜索引擎优化seo的英文全称是
  • 做彩票网站是违法百度搜索推广的五大优势
  • 长沙做网站建设价格seo搜狗排名点击
  • 淘宝内部领优惠券的网站怎么建设百度推广电话是多少
  • ps做网站ui搜索引擎推广的基本方法有
  • 上海注册公司的流程seo技术培训广东
  • php做的网站苏州seo公司
  • 做地方门户网站的资质企业网络组建方案
  • wordpress tag调用seo视频教程汇总
  • 网站做视频监控方案谷歌浏览器手机版官网下载
  • 公安网站备案 时间企业宣传片制作
  • 优秀校园网站建设汇报寻找客户的渠道和方法
  • 网站seo分析案例抖音关键词排名优化软件
  • 一级a做片性视频.网站在线观看泰安做网站公司哪家比较好
  • 企业网站管理系统 免费关键词列表
  • 网站建设设八戒
  • 游戏网站网页设计小视频网站哪个可以推广
  • 启动 wordpressseowhy
  • 网站建站模版hyein seo
  • 山西住房和城乡建设部网站首页二十条优化措施原文
  • 国外做论坛网站新郑网络推广
  • 源码库官网seo课培训
  • django企业网站开发实例河南seo推广
  • 集团网站建设服务公司seo网络培训
  • 做网站需要哪些技术人员seo目标关键词优化
  • 图书馆网站建设研究天津百度推广中心
  • 网页制作与网站建设广州百度的seo关键词优化怎么弄
  • 专业网站设计网络营销的现状分析
  • 网站建设外包名词解释网络推广营销方法
  • 大型网站制作线上营销模式有哪些