Git Aliases that Save Time.
May 9, 2020
For quite some time now I’ve been using certain aliases in my terminal that make my git workflow go faster. Well, git commands aren’t really that long but when you only need to type two letters, ↵ and that’s enough to 🚀.
Your lazy self cannot thank you enough.
First, a few items in the bash file.
(If you’re using a different shell than bash then the filename and directory might differ)
Then, it’s showtime in the repo.
Couldn’t have pushed out a feature sooner. :)
Also, do note these aliases are somewhat generic. Means even though the remote defaults to the origin different remotes can still be specified. For example $ gp heroku master
where the syntax is $ gp <remote> <branch>
. This works for a different branch in the same origin as well. Say you’re on a local master branch, to push up commits to a remote develop
branch in the origin you could say $ gp origin master:develop
.
Clap for this article on Medium?
https://medium.com/@mustansirzia/git-aliases-that-save-time-bc6386bd7d8e