Skip to content

Git Alias

You can create custom git commands with git alias

git config [--global] alias.co "checkout"