Versions Compared

Key

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

...

The Skara tooling will bootstrap itself the first time you use any of the Skara commands. To check that everything works run git skara help:

Code Block
languagebash
$ git skara help

Note: if your computer is behind a HTTP(S) proxy, ensure that you have set the HTTPS_PROXY environment variable correctly.

Updating

To update the Skara tooling run git skara update. This will :

Code Block
languagebash
$ git skara update

The update command pull eventual updates and rebuild the tooling if necessary. Note: if your computer is behind a HTTP(S) proxy, ensure that you have set the HTTPS_PROXY environment variable correctly.

Configuring

Personal Access Token

...