Skip to content

Command line options

Kaustubh Patange edited this page Mar 23, 2021 · 1 revision

These are the list of commands as per version 0.1.0.

git-open - A command line tool to open git project website of the containing repository in the browser.
Copyright 2020 Kaustubh Patange - https://github.com/KaustubhPatange/git-open

Usage: git-open [options]

Options:
      [null]                  Opens the default branch github repository page.
      -b, --branch [name]     Opens the github repository page with the specified branch.
      -p, --path [file-path]  Opens the github repository page for the file path.

Examples:
      git-open
      git-open -b dev
      git-open -b dev -p path-to-file
Clone this wiki locally