This file contains hidden or 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
| source "${rvm_path}/scripts/rvm" | |
| cd . |
This file contains hidden or 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
| # Open the latest commit in repo on github | |
| # Dependencies | |
| # | |
| # Hub | |
| # $ brew install --HEAD hub | |
| $ alias gopen='hub browse -- commit/`git rev-parse HEAD`' |
OlderNewer