Skip to main content

👾 GitHub

GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.

GitHub Desktop Tutorial

Difference between Github Desktop and Github is that GH is the platform and the GhD is the app version of it, such as zoom.com and the Zoom application installed onto your computer.

Git push, pull, and commit

Git vs Github vs Github Desktop; Git is a version control system that lets you manage and keep track of your source code history. GitHub is a cloud-based hosting service that lets you manage Git repositories. Github Desktop is the application you keep on your computer to control GitHub files through a friendly interface of Git.

explaining

  • git commit: committing changes to the repository
  • git push: pushing those changes to the repository
  • git pull: pull code from a repository