41

got commit
got add
got pull
got push
...

Typos.. every.. Damn.. time.. so I assigned an alias for got = git

Comments
  • 2
    Can't hurt to gut while you're at gotting around
  • 5
    should probably got add before you got commit ;)
  • 1
    Don't think about Red Dwarf when coding or you'll end up with 'goit stasis'
  • 0
  • 2
    You most definitely gotta add, push, pull and commit!
  • 0
  • 1
    I did the same mistake so I just changed pull to git pull, push to git push and so on, no godamn git ^^
  • 1
    The zsh built in aliases are great - I'd highly recommend them.
    git add -> ga
    git commit -> gc
    git commit --amend -> gc!
    git push -> go etc
    Though I am now so used to it that I'll happily type those in other, less well configured environments
  • 0
    @kian waaaat! Never heard of those! So neat😄 thanks! Already use Zsh
Add Comment