Open your github project page from your terminal
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Makefile
README.md
git-open

README.md

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

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 😄

Power to you my friend!