Created
October 19, 2012 19:19
-
-
Save joesteele/3920127 to your computer and use it in GitHub Desktop.
Easily open Github pages from the command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ghub() { | |
open "http://github.com/$1" | |
} | |
# Convenience aliases to open the Backbone.js repo in Github | |
alias ghubdb='ghub documentcloud/backbone' | |
alias ghubdbi='ghub documentcloud/backbone/issues' | |
alias ghubdbp='ghub documentcloud/backbone/pulls' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment