git-record 0.2.0

UI component to interactively select changes to include in a commit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# git-record

Supporting library for
[git-branchless](https://github.com/arxanas/git-branchless).

This is a UI component to interactively select changes to include in a
commit. It's meant to be embedded in source control tooling.

You can think of this as an interactive replacement for `git add -p`, or a
reimplementation of `hg crecord`. Given a set of changes made by the user,
this component presents them to the user and lets them select which of those
changes should be staged for commit.

License: MIT OR Apache-2.0