Skip to content

Commit

Permalink
added alias gits='git status'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Lloyd committed Dec 25, 2010
1 parent 8d8046b commit b09369d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ alias py='python'
alias bat='acpi'

# Git
alias gits='git status'
alias pushall='for i in `git remote`; do git push $i; done;'
alias pullall='for i in `git remote`; do git pull $i; done;'
alias gitgrab='git clone'
Expand Down

0 comments on commit b09369d

Please sign in to comment.