git 常用命令
下载好 git 后的配置
1 | 配置全局用户和邮箱 |
创建新的仓库
1 | echo "#shenjy.github.io" >> README.md |
将已经存在的项目上传到 github
1 | git remote add origin https://github.com/shenjy/shenjy.github.io.git |
完~
1 | 配置全局用户和邮箱 |
1 | echo "#shenjy.github.io" >> README.md |
1 | git remote add origin https://github.com/shenjy/shenjy.github.io.git |
完~