...

/

Git Alias Configuration

Git Alias Configuration

Learn to create aliases in Git.

We'll cover the following...

What is an alias?

If a command is very long, we can set an alias command for it. We do this by setting the alias in the config file in the .git folder. ...