美文网首页
gitHub上传代码

gitHub上传代码

作者: RunningTeemo | 来源:发表于2017-05-31 15:25 被阅读0次

下载:windows:https://github.com/MSOpenTech/redis/releases

Linux:http://download.redis.io/releases/redis-3.0.0.tar.gz

安装博客 :http://jacob110.github.io/

1、cd到要克隆仓库的位置,不需要gitinit

2、ssh -Tgit@github.comgit clone github 的链接

3、 把要上传的东西拷贝到 克隆的仓库里面

4、iOS项目 把隐藏的.git 和DS_Store 删除了

5、git add *

6、 git commit

7、git push origin master (放在master路径下)

切换分支

1、git branch

2、git branch 分支名字(创建branch)

3、git checkout 分支名字(切换到分支)

4、git status (查看当前所在分支)

相关文章

  • Leetcode 88. Merge Sorted Array

    Python 3 实现: 源代码已上传 Github,持续更新。 源代码已上传至 Github,持续更新中。

  • Leetcode 21. Merge Two Sorted Li

    Python 3 实现: 源代码已上传 Github,持续更新。 源代码已上传至 Github,持续更新中。

  • Leetcode 9. Palindrome Number

    Python 3 实现: 源代码已上传 Github,持续更新。 源代码已上传至 Github,持续更新中。

  • Leetcode 4. Median of Two Sorted

    Python 3 实现: 源代码已上传 Github,持续更新。 源代码已上传至 Github,持续更新中。

  • 上传github 代码

    一、注册github账号 首先需要注册一个github账号,注册地址:https://github.com 接着会...

  • 代码上传github

    1.先在github上新建一个远程仓库,仓库名字一般写框架名字 2.将远程仓库上的代码(里面只有一些初始化的东西)...

  • 代码上传github

    1.首先注册github账号,登录,创建新仓库,点击+,点击new repository 2.填写仓库名,自己随便...

  • Github代码上传

    # Github代码上传 # ## 打开Github,注册账号,创建新的项目 ## https://github....

  • Leetcode 64: Minimum Path Sum

    动态规划 Python 3 实现: 源代码已上传 Github,持续更新。 源代码已上传至 Github,持续更新中。

  • Leetcode 7. Reverse Integer

    整型反转,Python 3 实现: 源代码已上传 Github,持续更新。 源代码已上传至 Github,持续更新中。

网友评论

      本文标题:gitHub上传代码

      本文链接:https://www.haomeiwen.com/subject/wfkjfxtx.html