美文网首页
Git/Github基础入门(windows)

Git/Github基础入门(windows)

作者: 科学家小田 | 来源:发表于2019-02-05 22:52 被阅读0次

    本文为我个人入门Git/GitHub之记录,学习过程中参考 git/github的使用,特此感谢!

    本文环境:

    • window10 家庭版
    • git version 2.20.1.windows.1

    Git与GitHub

    • Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
    • GitHub is a development platform inspired by the way you work. From open source to business, you can host and review code, manage projects, and build software alongside 31 million developers.
      (分别摘自Git与GitHub官网首页)

    我个人对版本控制的了解是从Github开始,最初Github的用处当然是下载课程作业做参考,后来才慢慢了解到GitHub的建立基础Git。
    Github不同于Git。Git 是一款免费、开源的分布式版本控制系统,由著名的 Linux 发明者 Linus Torvalds 开发,而Github 主要是提供基于 Git 的版本托管服务,同时还提供了订阅、讨论组、文本渲染、在线文件编辑器、协作图谱、代码片段分享等功能。

    相关文章

      网友评论

          本文标题:Git/Github基础入门(windows)

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