Difference between Git & GitHub

Difference between Git & GitHub

On Monday night, I started learning Git & GitHub to make my coding life easier and work with teams easy by understanding how to use commit, branch, checkout, and more. Here is what I learned about the difference between Git & GitHub and more which I will be talking about later on as I make more research and more note about it. I've learned how to create a repository, modifying, staging and committing my code.

Git

  • Store revisions in a project history in just one directory?
  • Rewind to any revision in the project I want to
  • Work on new features without messing up the main codebase?
  • Easily collaborative with other programmers.

GitHub

  • Online service that hosts our projects
  • Share our code with other developers
  • Developers can download the projects and work on them
  • They can re-upload their edits and merge them with the main codebase.

要查看或添加评论,请登录

Afolabi Ridwan Damilare的更多文章

  • Setting up React with Webpack & babel.

    Setting up React with Webpack & babel.

    Been the first time having to set up React application from scratch, I kind of have a mixed feeling about it but I was…

  • My HGN Internship Goals

    My HGN Internship Goals

    So, a few days ago I got my HNG internship which got me excited because I've been waiting for such an internship that…

  • Sound Effect Project

    Sound Effect Project

    Link - GitHub page: https://github.com/mercyharbo/sound-effect - Live-site: https://github.

  • Form Wave Project

    Form Wave Project

    This is a project from the 50 projects 50 days course by Brad Traversy and Florin that I was gifted by an amazing…

社区洞察

其他会员也浏览了