
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...
For further actions, you may consider blocking this person and/or reporting abuse
TIL about Git Alias π₯
Thank you.
Helpful! Thanks for sharing thisπ―
Thank you, ANUSHKA for reading.
I like
alias.make !make
to run
make
from project rootMaybe someone find some helpful git aliases here. π
github.com/voku/dotfiles/blob/mast...
Here are some alias of mine if you wish :-)
gist.github.com/martinratinaud/f10...
Very handy to display a nice history for example
Great job!
Also, if you use ZSH shell with ohmyzsh, there are several handy
git
pluginsUseful information. Thanks
Useful. Thanks for sharing π π