关于git的资料 关于git的资料 https://www.atlassian.com/git https://nulab.com/zh-cn/learn/software-development/git-tutorial/ https://learngitbranching.js.org/?locale=zh_CN 可视化git https://git-scm.com/book/en/v2 常用命令 配置 Git 环境: git config -l: 查看当前 Git 配置信息。 git config --global user.name "Your Name": 设置全局用户名。 git config --global user.email "
[email protected]": 设置