How to Install and Uninstall git-crecord Package on Kali Linux

Last updated: May 06,2024

1. Install "git-crecord" package

Learn how to install git-crecord on Kali Linux

$ sudo apt update $ sudo apt install git-crecord

2. Uninstall "git-crecord" package

Please follow the steps below to uninstall git-crecord on Kali Linux:

$ sudo apt remove git-crecord $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-crecord package on Kali Linux

Package: git-crecord
Version: 20230226.0-2
Installed-Size: 191
Maintainer: Andrej Shadura
Architecture: all
Depends: python3:any, sensible-utils
Size: 70196
SHA256: 148a86e19617d8d75bf348a717d5081fa6adb9f460c7006662e4b5a779408d98
SHA1: 439f7e913fd6671042a08893fbfc2fd95759d15f
MD5sum: 6628c809ec1856236980c2ecb36038e2
Description: interactively select chunks to commit with Git
git-crecord is a Git subcommand which allows users to interactively
select changes to commit or stage using a ncurses-based text user
interface. It is a port of the Mercurial crecord extension originally
written by Mark Edgington.
.
git-crecord allows you to interactively choose among the changes you
have made (with line-level granularity), and commit, stage or unstage
only those changes you select. After committing or staging the selected
changes, the unselected changes are still present in your working copy,
so you can use crecord multiple times to split large changes into
several smaller changesets.
Description-md5:
Homepage: https://github.com/andrewshadura/git-crecord
Section: vcs
Priority: optional
Filename: pool/main/g/git-crecord/git-crecord_20230226.0-2_all.deb