Git supports aliases which means you can give your commands any name you want. I prefer to set aliases for really long commands to avoid searching for them everytime I need it. The alias config in Git works like this:git config --global alias .[new_alias] "[previous_git_command]"
2 Comments
Sort: