Git Hub 上传

本文讲解的是已有Git hub 账号 ,只限于上传code。

Git Hub上传code

(下载Git程序,在程序下输入命令执行)
Git Hub上传code
1,切换到 文件所在的目录下面

2, git init (初始化 git)

3, git add -A (添加文件(A,全部文件))

4,git -status 查看上传状态

5, git commit -m “你将要执行的操作(任意)”

6,git remote add origin “”上传地址链接“”Git Hub上传code

7, git push -u(-f 强制上传) origin master 最后一步执行上传命令

相关文章:

  • 2021-04-05
  • 2021-07-21
  • 2021-06-26
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-05-05
猜你喜欢
  • 2022-01-05
  • 2022-01-27
  • 2022-01-23
  • 2022-01-15
  • 2021-11-08
  • 2021-04-16
  • 2022-01-13
相关资源
相似解决方案