Blogger Information
Blog 2
fans 0
comment 0
visits 342
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0112作业
P粉100732243
Original
342 people have browsed it

1、安装chrome浏览器(完成):https://www.google.cn/intl/zh-CN/chrome 下载程序安装。安装vscode,并将推荐的2、10个插件安装上(完成)
https://code.visualstudio.com,  安装VSCODE,并安装VSCODE常用插件,包括简体中文,编辑窗口主题等。Git本地也3、远程仓库的创建与管理(完成)
本地仓库:
git init 指令初始化一个git仓库
git add .添加文件
git commit -m “注释”提交至仓库。

         远程仓库自我介绍
       git config —global user.name “”
       git config —global user.email “”
        git remote add origin https://gitee.com/chenchen35/22.
       仓库自我介绍:将本地与远程仓库关联            Git push —set-upstream origin master
        git push  提交到仓库


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post