Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ git token store https://github.com
Username: <insert your Github username>
Password: <insert your "Personal Access Token", not your GitHub password>

...

Commands

Please see the documentation for each tool on the tool's individual wiki page:

Overview

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 -hsee the documentation for that tool.

Creating a personal fork

...