- Loading...
...
Code Block | ||
---|---|---|
| ||
$ git token store https://github.com Username: <insert your Github username> Password: <insert your "Personal Access Token", not your GitHub password> |
The following sections contains examples on how to use the Skara CLI tools. For more detailed information on how to use a certain tool, pass the -h
flag to it, for example git pr -h
.
To create a personal fork of an upstream repository, run the command git fork <URL>
. For example, to create a personal fork of the jdk repository, run:
...
--jcheck
to git pr create
jchec
k
--publish
to git pr create
To list the open pull requests for a repository, run the command git pr list
in a local clone of your personal fork:
Code Block | ||
---|---|---|
| ||
$ git pr list |
Notes:
--assignees=<USERNAMES>
, --authors=<USERNAMES>
, --labels=<LABELS>
--columns
flag, for example --columns=id,title