DEV Community

Cover image for Mastering Git Shortcuts: A Guide to Git Aliases

Mastering Git Shortcuts: A Guide to Git Aliases

Pradumna Saraf on July 28, 2023

Are you tired of typing lengthy Git commands? Git aliases are here to save the day! They let you establish shortcuts for common commands, thus enha...
Collapse
 
bullbiased profile image
Bull

TIL about Git Alias πŸ”₯

Collapse
 
pradumnasaraf profile image
Pradumna Saraf

Thank you.

Collapse
 
anushka_saxena profile image
ANUSHKA SAXENA

Helpful! Thanks for sharing thisπŸ’―

Collapse
 
pradumnasaraf profile image
Pradumna Saraf

Thank you, ANUSHKA for reading.

Collapse
 
vlasales profile image
Vlastimil Pospichal

I like
alias.make !make
to run make from project root

Collapse
 
suckup_de profile image
Lars Moelleken

Maybe someone find some helpful git aliases here. πŸ‘

github.com/voku/dotfiles/blob/mast...

Collapse
 
martinratinaud profile image
Martin Ratinaud

Here are some alias of mine if you wish :-)

gist.github.com/martinratinaud/f10...

Very handy to display a nice history for example

Collapse
 
eclecticcoding profile image
Chuck

Great job!

Also, if you use ZSH shell with ohmyzsh, there are several handy git plugins

Collapse
 
ganeshpulsars profile image
Ganesh

Useful information. Thanks

Collapse
 
mitexleo profile image
Mitex Leo

Useful. Thanks for sharing πŸ‘ 😊