Skip to content

Commit

Permalink
Add undopush alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 6, 2011
1 parent ac5170b commit 34b9fcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aliases
Expand Up @@ -7,6 +7,9 @@ alias -- -="cd -"
# List all files colorized in long format, including dot files
alias la="ls -Gla"

# Undo a `git push`
alias undopush="git push -f origin HEAD^:master"

# IP addresses
alias ip="dig +short myip.opendns.com @resolver1.opendns.com"
alias localip="ipconfig getifaddr en1"
Expand Down

0 comments on commit 34b9fcc

Please sign in to comment.