8000 GitHub - keanemind/jjk at v0.3.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

keanemind/jjk

Repository files navigation

Jujutsu Kaizen

Jujutsu (jj) version control system extension for VS Code.

Features

The goal of this extension is to bring the great UX of Jujutsu into the VS Code UI. We are currently focused on achieving parity for commonly used features of VS Code's built-in Git extension, such as the various operations possible via the Source Control view.

  • View file statuses of the Working Copy change.
  • View file statuses of all parents of the Working Copy change.
  • View diffs of files modified in the Working Copy or its parents. view file diff
  • Edit the description of the Working Copy or its parents. edit description
  • Create a new change, with or without a description.
  • Move changes between the Working Copy and its parents. revision history
  • Discard work in a change. revision history
  • View the revision history and switch between changes. revision history
  • Create a merge change. revision history

Requirements

jj must be in your $PATH for this extension to work.

Known Issues

  • Opening multiple Jujutsu repositories in the same VS Code workspace is currently not supported. We intend to address this shortcoming soon. Multi-repo support has been added in v0.3.0.
0