Crates.io | git-record |
lib.rs | git-record |
version | 0.4.0 |
source | src |
created_at | 2022-04-12 00:42:18.749268 |
updated_at | 2023-08-14 02:13:49.269942 |
description | UI component to interactively select changes to include in a commit. |
homepage | |
repository | https://github.com/arxanas/git-branchless |
max_upload_size | |
id | 566168 |
size | 109,285 |
Supporting library for git-branchless.
Deprecation notice: This library is no longer used. It was replaced by scm-record
. Originally, this was a UI component to interactively select changes to include in a commit, meant to be embedded in source control tooling.
git add -p
, in the style of hg crecord
/hg commit -i
, you can try the git record
command from git-branchless.git-difftool(1)
), you can try the git branchless difftool
command from git-branchless