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

Last updated: May 20,2024

1. Install "git-mediate" package

Please follow the guidelines below to install git-mediate on Kali Linux

$ sudo apt update $ sudo apt install git-mediate

2. Uninstall "git-mediate" package

Please follow the guidelines below to uninstall git-mediate on Kali Linux:

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

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

Package: git-mediate
Source: haskell-git-mediate
Version: 1.0.9-1
Installed-Size: 2465
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Size: 514248
SHA256: 11ba9924df833942a8d048947e481b435d5cb00cc6700f0903ff1fa36e524678
SHA1: 14357e84502ad4165dfb999d650a146058bda0a8
MD5sum: 1b0f5ee20ca07583afe179462236439e
Description: tool to help resolving git conflicts
In any conflicted state - git-mediate shows you
the 2 diffs involved. By applying these diffs to
the base version and the other version, you
emulate the situation where the patch had already
existed when the other had been applied.
.
Reapply git-mediate, it will validate that you've
indeed applied it correctly, and bam: conflict
disappeared!
.
Git-mediate also lets you handle modify/delete
conflicts (there's no sane way in git to show
what the modification actually was)
.
Git-mediate also streamlines jumping to the
conflicts with your editor, either with the `-e`
option to invoke your editor, or via the standard
line number format, which is parsed by all major
editors, to allow use of "jump to next error"
keys.
.
Git-mediate especially shines with automatic
source transformation tools such as renamers.
.
In a conflicted state, re-apply a rename that
caused the conflict, run git-mediate without
opening any files, and the conflicts are gone!
Description-md5:
Homepage: https://github.com/Peaker/git-mediate
Section: vcs
Priority: optional
Filename: pool/main/h/haskell-git-mediate/git-mediate_1.0.9-1_amd64.deb