How to use git aliases to 10X your workflow
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...
Sep 16, 20211 min read32