Skip to content

Commit

Permalink
Fixed a bug in NoteLineCount... not seriously... via http://whattheco…
Browse files Browse the repository at this point in the history
  • Loading branch information
kvervo committed Feb 11, 2013
1 parent c93225a commit 2464733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-shortcuts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Git Commit
alias gc='git commit'
alias gcsu='git commit -m "SUBMODULE UPDATE"'
# alias gcwtf='msg="`curl http://whatthecommit.com/index.txt 2>/dev/null`"; git commit -m "${msg} via http://whatthecommit.com/"'
alias gcwtf='msg="`curl http://whatthecommit.com/index.txt 2>/dev/null`"; git commit -m "${msg} via http://whatthecommit.com/"'
alias gcm='git commit -m'
alias gca='git commit -a -m'

# Git Status
alias gs='git status -s'
#alias gss='git status -s; echo "## Submodules ##";git submodule status'
alias gss='git status -s; echo "## Submodules ##";git submodule status'

# Git usual workflow commands
alias gcl='git clone'
Expand Down

0 comments on commit 2464733

Please sign in to comment.