Home

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-awesome-feature)
  3. Commit your changes (git commit -m 'Making it better')
  4. Push to the branch (git push origin my-awesome-feature)
  5. Create new Pull Request
  6. Wait for me :smile:

Power to you my friend!