Speed up your development with Git aliases 🚀

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 <…


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:

command

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

.gitconfig

I'm @bjakyt on Twitter. Follow me for more!


This content originally appeared on DEV Community and was authored by Jaakko


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Speed up your development with Git aliases 🚀." Jaakko | Sciencx - Sunday November 28, 2021, https://www.scien.cx/2021/11/28/speed-up-your-development-with-git-aliases-%f0%9f%9a%80/
HARVARD
Jaakko | Sciencx Sunday November 28, 2021 » Speed up your development with Git aliases 🚀., viewed ,<https://www.scien.cx/2021/11/28/speed-up-your-development-with-git-aliases-%f0%9f%9a%80/>
VANCOUVER
Jaakko | Sciencx - » Speed up your development with Git aliases 🚀. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/28/speed-up-your-development-with-git-aliases-%f0%9f%9a%80/
CHICAGO
" » Speed up your development with Git aliases 🚀." Jaakko | Sciencx - Accessed . https://www.scien.cx/2021/11/28/speed-up-your-development-with-git-aliases-%f0%9f%9a%80/
IEEE
" » Speed up your development with Git aliases 🚀." Jaakko | Sciencx [Online]. Available: https://www.scien.cx/2021/11/28/speed-up-your-development-with-git-aliases-%f0%9f%9a%80/. [Accessed: ]
rf:citation
» Speed up your development with Git aliases 🚀 | Jaakko | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.