Did you think git config was only for setting your name and email? You can also use to create shortcut commands, or "aliases" , and improve your git workflow! Here's the command you'd run in your shell: git config --global alias.<alias> <cmd> For exa...
blog.ahernandez.dev1 min readNo responses yet.