gittwo 0.0.2

A command-line like wrapper around git2.
Documentation

gittwo

A wip wrapper around git2 with a git cli like api.

What works?

Level 1 items are the commands without any flags, level 2 items are the list of flags or subcommands and, level 3 is flags for subcommands (wherever applicable). Anything not in this list isn't supported by default. Whatever is in the list but not checked will be added eventually (barring lack of support on the libgit2 side).

Commands

  • Clone
    • --single-branch
    • --branch
    • --bare
    • --depth
    • --recusive
  • Init
    • --bare
    • --initial-branch
    • --separate-git-dir
  • Remote
    • add
      • --track
    • remove
    • set-head
      • --delete
    • set-branch
  • Add
    • --update
    • --dry-run
  • Commit
    • --message
    • --allow-empty-message
  • Push
    • --set-upstream
    • --all
  • Pull
    • --unshallow
    • --rebase
  • Restore
    • --staged
  • Status
  • Fetch
    • --all
    • --deepen
    • --unshallow
    • --recurse-submodules
  • Merge
  • Checkout
  • Branch
  • Stash
  • Reset
  • Submodule

Credentials

  • HTTPS
  • SSH

License

This project is licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in gittwo by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.