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.
March 10th, 2010 at 8:39 pm
hey…on grooveshark how do u delete ur acount?
thank you!
April 2nd, 2010 at 6:29 am
Why you want to delete your account on grooveshark. This is one of the best website for music. I really like this website.
July 28th, 2010 at 4:18 pm
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
February 11th, 2011 at 2:21 pm
Or you could always use zsh completion (or bash-completion)
February 12th, 2012 at 8:31 am
If that’s how you do things, you might as well as start teaching kids bad spelling.