目录
git安装地址
Git for WindowsWe bring the awesome Git VCS to Windows
https://gitforwindows.org/



打开终端,输入git --version
git配置
git config --global user.name "用户名"
git config --global user.email "邮箱"
提交代码时使用的命令
git pull --rebase
git add .
git commit -m '提交文件的名称'
git push -u origin main
本文介绍了Git的基本安装地址(GitforWindows),配置步骤(包括设置用户名和邮箱),以及常用的提交代码命令(如gitpull--rebase,gitadd,gitcommit,gitpush)。适合初学者了解Git在Windows系统中的操作流程。

428

被折叠的 条评论
为什么被折叠?



