标签:com -o https open ignore span 文件复制 文件 执行
1.在本地文件夹下建立.gitignore文件,将github下的github/gitignore/Node.gitignore文件复制到.gitignore中;
2.执行命令git add .
3.git commit -m "init"
4.建立远程仓库
5.执行git remote add origin git@github.com:yangguoe/BootStrap4.git
6.git push -u origin master
成功将本地代码同步到远程
将本地代码同步到远程github上
原文地址:https://www.cnblogs.com/yangguoe/p/9886371.html