This content originally appeared on DEV Community and was authored by Jaakko
Git aliases are a powerful workflow tool that creates shortcuts to frequently used Git commands. Using Git aliases will make you a faster and more efficient developer.
Creating aliases
Use the command below to create aliases, replacing <alias>
with the name of the alias and <command>
with the command to be aliased:
Alternatively, you can edit the global git configuration file and add all aliases at once, by opening the git configuration file by running git config --global -e
in your terminal.
Useful aliases
I'm @bjakyt on Twitter. Follow me for more!
This content originally appeared on DEV Community and was authored by Jaakko

Jaakko | Sciencx (2021-11-28T19:02:34+00:00) Speed up your development with Git aliases 🚀. Retrieved from https://www.scien.cx/2021/11/28/speed-up-your-development-with-git-aliases-%f0%9f%9a%80/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.