GIT本地代码提交到远程github或gitlab
这里写自定义目录标题首先
首先
1 把项目放到一个文件夹中
2 在该文件夹右键点击 git bash here进入命令框
3 执行 git init命令 初始化
4 执行 git add 项目名称目录 添加到缓存本地仓库
5 执行 git commit -m “first commit” 提交到本地仓库
6 执行 git remote add origin https://github.com/x...
原创
2019-12-27 17:15:16 ·
419 阅读 ·
1 评论