Projects STRLCPY git-open Commits d52366d8
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 7 lines
    8 8   
    9 9  ```sh
    10 10  git open [remote-name] [branch-name]
     11 + # Open the page for this branch on the repo website
     12 + 
     13 +git open --commit
     14 +git open -c
     15 + # Open the current commit in the repo website
    11 16   
    12 17  git open --issue
     18 +git open -i
     19 + # If this branch is named like issue/#123, this will open the corresponding
     20 + # issue in the repo website
     21 + 
     22 +git open --print
     23 +git open -p
     24 + # Only print the url at the terminal, but don't open it
    13 25  ```
    14 26   
    15 27  (`git open` works with these [hosted repo providers](#supported-remote-repositories), `git open --issue` currently only works with GitHub, Visual Studio Team Services and Team Foundation Server)
    skipped 162 lines
Please wait...
Page is in error, reload to recover