Git command
Overview
tw git
is a command-line tool that provides functionality to open project related issues, pull requests and other pages related to GitHub repositories.
Usage
Options
-h, --help
: Display help for the command.
Commands
open [options]
: Open GitHub repository related pages.
Command: open
Options
-a, --actions
: Open the Actions page on GitHub (default: false).
--author
: Open the author's profile page (default: false).
-c, --commit [hash]
: Open the commit page for a given SHA hash.
--committer
: Open the committer's profile page (default: false).
-f, --file <filePath>
: Open the page for a specific file.
--find
: Open the search file page (default: false).
-i, --issue
: Open the issues list page (default: false).
-m, --main
: Open the main branch page (default: false).
-p, --pull-request
: Open the pull request list page (default: false).
--pull [branch]
: Open the page for creating a pull request. The branch defaults to the current branch (default: false).
-r, --release
: Open the release page (default: false).
-s, --settings
: Open the settings page (default: false).
--star
: Open the star page (default: false).
-h, --help
: Display help for the command.
最后更新于