How to create aliases for your commands
Imagine reducing the command below:
git fetch && git checkout develop
to a shorter version:
gfc develop
Every time you type a full command when you could have autocompleted, or click when you could have used a shortcut key, you're expending precio...
blog.lawrecks.com2 min read
Success Ologunsua
Backend Engineer
Nice hacks, thanks for sharing