Git has a feature that “can make your git experience simpler, easier, and more familiar: aliases”. If you use git regularly this feature can really make a difference especially if you repeat a lot of git commands. Basically, you can create aliases (shortcuts) for everything that you might think! For…