Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@csessh Yes, I will do that. I swear to God, that 3 out of 7 times I type somethig funky instead of status.
-
But things get critical if you use alias on one PC, but don't have them at an other => git us 😂
-
None3198yMy most used git related aliases, l, s and d.
alias l='git log --stat'
alias s='git status'
alias d='git diff' -
I actually did add git stauts as an alias on my machine...I'm liking some of these other alias ideas even better though!
-
leandk3718ythanks to zsh never! basically it uses shortcuts, so instead of git status I instead type gss
also the autocomplete is just amazing!
Related Rants
How many times do you mistype "git status" a day?
I will propose "git stauts" to be added as a valid command.
undefined
git
typo
fast-typing