Description

git-skara is primarily used for updating the Skara CLI tools but can also be used to launch individual commands.

Usage

$ git skara -h
usage: git skara <defpath|fork|help|hg-export|info|jcheck|pr|proxy|publish|sync|token|translate|trees|update|version|webrev>

Additional available git commands:
- git defpath
- git fork
- git hg-export
- git info
- git jcheck
- git pr
- git proxy
- git publish
- git sync
- git token
- git translate
- git trees
- git webrev

To learn more about a particular command, run:

    git <command> -h

For more information, please see the Skara wiki:

    https://wiki.openjdk.java.net/display/skara

Examples

Updating the Skara CLI tools:

$ git skara update


Run the "info" command via git-skara:

$ git skara info HEAD
Author: Robin Westberg <rwestberg@openjdk.org>
Reviewer: ehelin
Review: https://git.openjdk.java.net/skara/pull/758
Issue: https://bugs.openjdk.java.net/browse/SKARA-448


Show help for the "sync" command:

$ git skara help sync
usage: git sync [options]
             --from REMOTE        Fetch changes from this remote
             --to REMOTE          Push changes to this remote
             --branches BRANCHES  Comma separated list of branches to sync
        -u,  --username NAME      Username on forge
             --pull               Pull current branch from origin after successful sync
        -ff, --fast-forward       Fast forward all local branches where possible
             --verbose            Turn on verbose output
             --debug              Turn on debugging output
        -v,  --version            Print the version of this tool
        -h,  --help               Show this help text

Source

See GitSkara.java.

  • No labels