DEV Community

Discussion on: A developer's way of using shell aliases

Collapse
 
olsard profile image
olsard

Great! It is inspirational article. Thanks for sharing.
As for me, I use some git aliases, for example
alias.no-edit=commit --amend --no-edit
and in terminal it looks like "$ git no-edit".
I really like your approach "Context plus command plus meaningful text". Thanks a lot.

Collapse
 
ama profile image
Adrian Matei

Thanks. I am glad I could be of use to you. Yep I use git aliases too...