The Ultimate Guide to Git Commands
Git is an Open Source Distributed Version Control System. There are many version control systems out there like: CVS, SVN, Mercurial, Fossil. It is by far, the most widely used modern version control system in the world today. Git is a mature, active...
ankits.hashnode.dev5 min read
Juan F Gonzalez
Frontend & blogging dev
But being an "Ultimate" Guide, you skipped mentioning things like
git reset --soft,git cherry-pick,git rebase,git reflog,git bisect,git push --force-with-leaseand on.