Knowing how to use Git and GitHub can help you create software and increase the odds of you finding a job as a Software developer or engineer.
Git and GitHub are two powerful tools to learn this blog will teach you the basic
of those two technologies.
Introduction to GitHub
GitHub is an online collboration website that hosts (stores) directories of computer code.
Those directories are called repositories or repos for short.
Its called Git-Hub because it using Git.
Git is a command line distributed version control tool. Basically what Git does does in the background is track changes in your
code or work record those changes and gives you the power to revert back to past state of your work or code.