Skip to main content

What is GitHub ?

Comments

2 comments

  • dlightdaily
    As per my understanding and what I have found on internet, GitHub is a code hosting platform for collaboration and version control. GitHub lets you (and others) work together on projects. GitHub essentials are: Repositories Branches Commits Pull Requests Git (the version control software GitHub is built on) Note:A a great way to learn GitHub, before working on larger projects, is to open pull requests in your own repository and merge them yourself. After merging you can delete the branch by clicking a "Delete branch button". [Mod Note: Removed Link] Is it ok ?
    0
  • cPRex Jurassic Moderator
    That all sounds accurate to me! If you're a developer, especially collaborating with other uses and you want to share code, GitHub has become the industry standard way to collaborate.
    0

Please sign in to leave a comment.