套件:git-mediate(1.0.9-1)
git-mediate 的相關連結
下載原始碼套件 haskell-git-mediate:
- [haskell-git-mediate_1.0.9-1.debian.tar.xz]
- [haskell-git-mediate_1.0.9-1.dsc]
- [haskell-git-mediate_1.0.9.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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!
其他與 git-mediate 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libffi8 (>= 3.4)
- Foreign Function Interface library runtime
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- Multiprecision arithmetic library