Hacker News new | ask | show | jobs
by jwilbs 2803 days ago
This genuinely made me chuckle.

That said, if mistyping ‘git push’ is a common occurrence, why not just define an alias?

1 comments

Even better, git supports correction of misspelled commands, but you have to turn it on:

    git config --global help.autocorrect 1
Although I also alias gti—>git...
gti—>git...

so it's not just me then? I feel better now, thanks :)