Using Git aliases to serve as substitutes for commands provides two major benefits. It simplifies long commands that have many options, making them shorter and easier to remember. It shortens frequently used commands so that you can work more efficiently. It also integrates with Git's autocorrect feature, so Git can suggest aliases as alternatives when you mistype a command.
1 Comment
Sort: