Awesome
git-open, saving you a few seconds
It will open your github/bitbucket project page from your terminal
Install/Uninstall
sudo make [install|uninstall/clear]
Usage
You can do this to open Github/Bitbucket on the current branch
$ git open
or specify the branch
$ git open remote_branch
and also the file
$ git open remote_branch file_path
Dependency
[Linux] You have to install xdg-utils
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-awesome-feature
) - Commit your changes (
git commit -m 'Making it better'
) - Push to the branch (
git push origin my-awesome-feature
) - Create new Pull Request
- Wait for me :smile: