Quickie: git aliases

February 15th, 2010

After doing this like three times today:

katy-mac-pro:flex krichard$ git stauts
git: ‘stauts’ is not a git-command. See ‘git –help’.

Did you mean this?
status
katy-mac-pro:flex krichard$ git stauts
git: ‘stauts’ is not a git-command. See ‘git –help’.

Did you mean this?
status
katy-mac-pro:flex krichard$ git status
# On branch master
# Your branch is ahead of ‘origin/master’ by 1 commit.
#
nothing to commit (working directory clean)

I’ve added the following to my .gitconfig

[alias]
stauts = status

Life is good.

5 Responses to “Quickie: git aliases”

  1. mystery Says:

    hey…on grooveshark how do u delete ur acount?
    thank you!

  2. shakti Says:

    Why you want to delete your account on grooveshark. This is one of the best website for music. I really like this website.

  3. Dale Says:

    I setup two-letter aliases for my most used git commands (lazy, I know).

    http://github.com/Oshuma/zsh-dir/blob/master/lib/alias.zsh#L17

  4. frostbytten Says:

    Or you could always use zsh completion (or bash-completion)

  5. pewfly Says:

    If that’s how you do things, you might as well as start teaching kids bad spelling.

Leave a Reply