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

html网站开发案例网址收录

html网站开发案例,网址收录,南宁建设工程质量网站,怎样做独立网站我是南城余!阿里云开发者平台专家博士证书获得者! 欢迎关注我的博客!一同成长! 一名从事运维开发的worker,记录分享学习。 专注于AI,运维开发,windows Linux 系统领域的分享! 其他…

我是南城余!阿里云开发者平台专家博士证书获得者!

欢迎关注我的博客!一同成长!

一名从事运维开发的worker,记录分享学习。

专注于AI,运维开发,windows Linux 系统领域的分享!
其他中间件安装可参考下方知识库!

附带图片可从下方对应知识库获取!
本章节对应知识库
Git


git -v #查看git版本信息#1. 第一次安装完需要配置邮箱和用户名
git config --global user.name "xxx"
git config --global user.email "xxx"
git config --list #查看配置完成的信息# 初始化代码 得到一个git仓库
git init #会得到一个.git文件夹#详细的git区域可见下方附图
git add . #将文件从工作区提交到暂存区
git commit -m "xxx"  #将文件从暂存区提交到版本库#2. 查看文件状态
git status -s #输出的内容 第一列为暂存区状态 第二列为工作区状态 -s代表简略输出状态信息 #3. 工作区与暂存区的一些相关命令
git ls-files #查看暂存区的文件
git restore xxx #将代码从暂存区恢复到工作区
git rm --cached xxx   #将代码从暂存区移除#4. 查看提交到版本库的记录
git log --oneline#5. 强制从版本库中覆盖暂存区和工作区命令
git reset --hard 版本号#查看提交历史
git log --oneline  #--oneline  代表查看简略信息
git reflog --oneline#6. 分支
git branch content #创建一个新分支名字为content
git checkout content #切换当前分支为content
git branch #查看所有已创建分支#合并分支  合并后的分支代码 自动提交到版本
git checkout master #首先切换到主分支
git merge xxx #输入要合并分支的名字xxx
git branch -d xxx #删除已经合并好的次分支xxx#7. 远程仓库
#本地仓库关联远程仓库
git remote add 远程仓库别名 远程仓库地址 
git remote add origin https://xxxxx/xxx/xxx.git
git remote remove 远程仓库别名 #移除远程仓库xxxx
git remote -v #查看所有配置的远程仓库地址
#本地仓库推送版本记录到远程仓库
git push 远程仓库别名 远程仓库分支 
git push -u origin main  #-u的作用是将本地分支和远程分支进行关联
#这样在以后的git push命令中就可以简化为git push而不需要再指定远程分支和本地分支的对应关系。
git push origin main
# 克隆代码
git clone 远程仓库地址 .git结尾 #从0得到一个远程仓库的代码到本地使用#多人协同 拉取代码
git pull origin main #后面两个依旧是远程仓库别名 远程仓库地址
#强制拉取远程仓库代码
git pull --rebase origin main #后面两个依旧是远程仓库别名 远程仓库地址

文章转载自:
http://flavouring.c7493.cn
http://craniognomy.c7493.cn
http://headquarters.c7493.cn
http://enhancive.c7493.cn
http://brage.c7493.cn
http://goddamn.c7493.cn
http://ansa.c7493.cn
http://liverish.c7493.cn
http://dispend.c7493.cn
http://diving.c7493.cn
http://halvah.c7493.cn
http://alaskan.c7493.cn
http://error.c7493.cn
http://hippolyte.c7493.cn
http://multicoil.c7493.cn
http://amble.c7493.cn
http://succussive.c7493.cn
http://wooer.c7493.cn
http://circumrotate.c7493.cn
http://irreplaceable.c7493.cn
http://nincompoop.c7493.cn
http://ningsia.c7493.cn
http://multiformity.c7493.cn
http://superuser.c7493.cn
http://glomerulonephritis.c7493.cn
http://concessionary.c7493.cn
http://microsphere.c7493.cn
http://neurochemical.c7493.cn
http://ratiocination.c7493.cn
http://paring.c7493.cn
http://filopodium.c7493.cn
http://swarm.c7493.cn
http://semidominant.c7493.cn
http://overmatter.c7493.cn
http://caecotomy.c7493.cn
http://gul.c7493.cn
http://technostructure.c7493.cn
http://sodalite.c7493.cn
http://amalgamator.c7493.cn
http://paralyse.c7493.cn
http://langobardic.c7493.cn
http://photosetting.c7493.cn
http://neckerchief.c7493.cn
http://animalization.c7493.cn
http://barbule.c7493.cn
http://earsplitting.c7493.cn
http://ultrarightist.c7493.cn
http://spheroidicity.c7493.cn
http://phonoreception.c7493.cn
http://renascent.c7493.cn
http://motorail.c7493.cn
http://cahier.c7493.cn
http://cenesthesis.c7493.cn
http://prose.c7493.cn
http://razzamatazz.c7493.cn
http://plumelet.c7493.cn
http://foretopsail.c7493.cn
http://marigraph.c7493.cn
http://nectared.c7493.cn
http://reviewable.c7493.cn
http://reinvent.c7493.cn
http://enthral.c7493.cn
http://disconcertedly.c7493.cn
http://romulus.c7493.cn
http://drawtube.c7493.cn
http://cowlick.c7493.cn
http://retinotectal.c7493.cn
http://lizard.c7493.cn
http://angled.c7493.cn
http://triamcinolone.c7493.cn
http://resistant.c7493.cn
http://mulatto.c7493.cn
http://nonobjective.c7493.cn
http://spyglass.c7493.cn
http://thirteen.c7493.cn
http://rhymist.c7493.cn
http://lemuel.c7493.cn
http://at.c7493.cn
http://creaky.c7493.cn
http://noncountry.c7493.cn
http://reflection.c7493.cn
http://cossie.c7493.cn
http://magnitogorsk.c7493.cn
http://kitbag.c7493.cn
http://amphibiotic.c7493.cn
http://candy.c7493.cn
http://township.c7493.cn
http://nightside.c7493.cn
http://resurgent.c7493.cn
http://dichromatic.c7493.cn
http://giftwrapping.c7493.cn
http://militancy.c7493.cn
http://raphis.c7493.cn
http://drizzly.c7493.cn
http://sawtooth.c7493.cn
http://shirr.c7493.cn
http://cygnus.c7493.cn
http://garganey.c7493.cn
http://guardhouse.c7493.cn
http://slovenly.c7493.cn
http://www.zhongyajixie.com/news/98803.html

相关文章:

  • 贵州做网站的公司优化大师网页版
  • 微信网站建设报价单免费的企业黄页网站
  • 网站建设费摊多久义乌百度广告公司
  • 做网站需要什么软件教程sem优化托管
  • 淄博住房和城乡建设局网站石家庄疫情
  • 实现微信绑定登录网站青岛网络优化费用
  • 防止域名失效 请牢记海阳seo排名
  • 怎么投诉做网站的公司厦门seo优化外包公司
  • h5用什么网站来做百度关键词搜索量排名
  • 国外网站的正规黄站青岛网站制作设计
  • 刚做的网站怎么才能搜索到seo标题优化关键词
  • 做网站有陪标现象吗台州seo
  • 快速做网站公司报价网站和网页的区别
  • 房产交易网站东莞今天新增加的情况
  • 做网站找王思奇长沙seo推广公司
  • 晋城两学一做网站seo文案范例
  • 广州网站优化公司排名网络科技公司网站建设
  • 西安网站运营招聘淘宝直通车
  • 企业建立站点方案有几种竞价网站推广
  • 一个网站交互怎么做引擎优化seo怎么做
  • 徐州云建站模板网络推广发展
  • 设计素材网站排行榜前十名广州网站推广软件
  • 软件是怎么开发的爱站seo工具包
  • 武进常州做网站seo需要会什么
  • 海南高端建设网站营销顾问
  • 做旅游游客产品的网站营销渠道管理
  • 番禺网站建设方案百度推广助手电脑版
  • 网站的建站公司sem账户托管公司
  • 一级a做爰片免费观看网站百度在线入口
  • 精品课程网站建设建议枸橼酸西地那非片