Most useful aliases for git
Hello everyone! In this article, I'll share with you some useful aliases for git that I use every day.
Working with branches
For each feature I work on, I create a new branch, this alias saves me a lot of time:
gco
This is an alias for
git checkout
...
blog.paulcodes.tech3 min read