Skip to content
/ git-open Public

Open your github project page from your terminal

Notifications You must be signed in to change notification settings

gerep/git-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

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 😄

Power to you my friend!