1
0
Fork 0
mirror of https://github.com/frontaid/git-cli-tools.git synced 2025-06-16 21:38:15 +02:00

Add Mergiraf

This commit is contained in:
FrontAid CMS 2025-05-27 21:34:44 +02:00
parent 66f9dcb84f
commit a80f660c57

View file

@ -37,6 +37,7 @@ Feel free to contribute.
* [git when-merged](https://github.com/mhagger/git-when-merged) - Determine when a particular commit was merged into a git branch. * [git when-merged](https://github.com/mhagger/git-when-merged) - Determine when a particular commit was merged into a git branch.
* [git-fiddle](https://github.com/felixSchl/git-fiddle) - Edit commit messages, authors, and timestamps during git-rebase. * [git-fiddle](https://github.com/felixSchl/git-fiddle) - Edit commit messages, authors, and timestamps during git-rebase.
* [git-imerge](https://github.com/mhagger/git-imerge) - Incremental merge and rebase for Git. * [git-imerge](https://github.com/mhagger/git-imerge) - Incremental merge and rebase for Git.
* [Mergiraf](https://codeberg.org/mergiraf/mergiraf) - Syntax-aware git merge driver for a growing collection of programming languages and file formats.
## Hooks ## Hooks
* [Git Hound](https://github.com/ezekg/git-hound) - Git plugin that prevents sensitive data from being committed. * [Git Hound](https://github.com/ezekg/git-hound) - Git plugin that prevents sensitive data from being committed.