More productive with Git easily: create Aliases and Functions

When using the command line, we programmers end up typing certain commands very frequently. That’s where aliases come in handy. Today we’ll see how to easily become more productive with Git by creating custom aliases and functions. The following examples are made in Git Bash for Windows, but with small changes they apply to Unix systems as well. Keep it short and quick with aliases Probably the most common command when working with Git is […]