Basic Git commands to use every day

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.

Git is the best and most popular tool for doing source control.  There used to be competitors, but why waste bytes listing them…  Git was created by the infamous Linus Torvalds (the founder of Linux). Linus was fed up with everything else so he wrote his own tool to help him work on the Linux kernel more effectively.

Basic Git Commands I Use Everyday by Laurence