Skip to content

Version 0.13

Compare
Choose a tag to compare
@achilleas-k achilleas-k released this 12 Feb 11:36
· 732 commits to master since this release

New features

  • Create repository on the server without cloning: gin create --no-clone
    • Cannot be used in combination with --here.
  • Delete public SSH key from the server: gin keys --delete <index>

Relevant PRs:

  • #157: Delete key command
  • #160: gin create --no-clone