请问大神们,怎么把文件上传到github的repositor
github吧
全部回复
仅看楼主
level 6
VIRUS👀 楼主
请问大神们,怎么把文件上传到github的repositories中
2018年03月23日 08点03分 1
level 2
1、在 github 创建一个 repositories;
2、本地找个目录,使用 git init 初始化此目录;
3、使用命令 git remote add origin "你的仓库地址" 连接远程仓库;
4、git commit 提交文件到本地仓库;
5、git push 提交到远程仓库。
2018年03月26日 01点03分 4
level 2
你可以使用免费软件 sourceTree 来管理 git 仓库,特别方便
2018年03月26日 02点03分 5
好的!感谢!![haha][haha]
2018年03月31日 04点03分
1