Vben精讲:04-了解VSCode中的Git

文章目录

Git简介

https://git-scm.com/

Git 是一款免费、开源的分布式版本控制系统,能够高效地处理从小型到超大型项目的版本管理需求。

账号配置

bash 复制代码
git config --global user.email "你的邮箱"
git config --global user.name "你的账号"

常用源码托管站点

https://github.com/

https://gitee.com/

相关推荐
Irissgwe7 小时前
第 5 篇:Git 分支基础:branch、checkout、merge 和冲突解决
git
love530love7 小时前
用自然语言让 AI Agent 卸载软件 —— 以卸载 Visual Studio 2026 为例
ide·人工智能·windows·agent·visual studio·ai agent·marvis
liberalhumblehopeful10 小时前
git代码管理-分支差距过大如何进行同步
git
落寞的电源13 小时前
使用Visual Studio SDK制作GLSL词法着色插件
ide·visual studio
一只楚楚猫14 小时前
一篇文章入门Git工具
git
fenghx25815 小时前
仅用于个人记录:火狐有网,Vscode的codex连不上
vscode·编辑器
LL34363815 小时前
2026最新5款AI编程工具平替实测|终端与IDE vibe coding迭代优缺点深度对比
ide·ai编程
Irissgwe15 小时前
第 6 篇:Git 分支进阶:分支策略、stash、bugfix 和 feature 开发
git
wok15716 小时前
Git Bash 执行中文命令报错 127:MSYS 参数编码 bug 排查与修复
git·bug·bash