Different ways to create Git Aliases (Shortcut Commands)
Git Aliases are the shortcut commands for regular git commands. For example, a shortcut for git status can be gst and git branch can be gbr. They are very useful when you are working a lot with git commands. Here are different ways on setting and using Git Aliases: 1. Local Repository Alias (for current … Read more