git101:Git教程

时间:2021-02-21 09:24:08
【文件属性】:
文件名称:git101:Git教程
文件大小:2KB
文件格式:ZIP
更新时间:2021-02-21 09:24:08
HTML git101 Git教程 其他有用的教程: : 第1步-安装git 安装你的git 确保它有效 $ git 第2步-配置git 开放终端 设置您的GitHub用户名和电子邮件 $ git config --global user.name "rusucosmin" #change this to yours $ git config --global user.email "your-email@example.com" 确认您已正确设置Git用户名和电子邮件: git config --global user.name git config --global user.email 第3步-克隆项目 $ git clone https://github.com/dutylabs/git101 第4步-创建一个新分支 git checkout -b new-feature-b
【文件预览】:
git101-master
----index.html(1KB)
----LICENSE(1KB)
----README.md(2KB)

网友评论