Blogger Information
Blog 3
fans 0
comment 0
visits 1098
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
安装vscode及10+个插件,Git本地也远程仓库的创建与管理
良药
Original
311 people have browsed it

安装1
安装插件
Git本地也远程仓库的创建与管理

Git 全局设置:
git config —global user.name “静水”
git config —global user.email “12330982+still-waterly@user.noreply.gitee.com”

创建 git 仓库:
git commit -m “first commit”
git remote add origin https://gitee.com/still-waterly/0112-22.git
git push -u origin “master”
仓库的自我介绍: 将本地与远程仓库进行关联

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:下次可以在“我的课程作业”中,选择指定日期的作业进行提交,继续加油
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!