{"id":19062997,"url":"https://github.com/xgouchet/automergetool","last_synced_at":"2025-10-14T10:41:19.121Z","repository":{"id":57412864,"uuid":"74556746","full_name":"xgouchet/AutoMergeTool","owner":"xgouchet","description":"Half automatic merge toolchain for git","archived":false,"fork":false,"pushed_at":"2020-06-25T06:44:08.000Z","size":181,"stargazers_count":42,"open_issues_count":4,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-20T08:16:48.169Z","etag":null,"topics":["conflict-resolution","git","git-mergetools","hacktoberfest","hacktoberfest2020","hacktoberfest2021","python"],"latest_commit_sha":null,"homepage":"https://github.com/xgouchet/AutoMergeTool/wiki","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xgouchet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-23T08:33:11.000Z","updated_at":"2024-10-02T20:07:40.000Z","dependencies_parsed_at":"2022-08-29T15:22:59.839Z","dependency_job_id":null,"html_url":"https://github.com/xgouchet/AutoMergeTool","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgouchet%2FAutoMergeTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgouchet%2FAutoMergeTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgouchet%2FAutoMergeTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xgouchet%2FAutoMergeTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xgouchet","download_url":"https://codeload.github.com/xgouchet/AutoMergeTool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250592278,"owners_count":21455523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conflict-resolution","git","git-mergetools","hacktoberfest","hacktoberfest2020","hacktoberfest2021","python"],"created_at":"2024-11-09T00:28:33.356Z","updated_at":"2025-10-14T10:41:14.086Z","avatar_url":"https://github.com/xgouchet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoMergeTool\n\n\u003e AutoMergeTool is a tool compatible with git to simplify the process of solving conflicts after a git merge, rebase or cherry-pick.\n\n[![Version](https://img.shields.io/badge/Version-0.3.0-blue.svg)](https://github.com/xgouchet/AutoMergeTool)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Python](https://img.shields.io/badge/Python-3.5-blue.svg)](https://docs.python.org/3/whatsnew/3.5.html)\n\n\n[![Documentation Status](https://img.shields.io/badge/docs-0.3-brightgreen.svg)](http://automergetool.readthedocs.io/en/stable/?badge=0.3)\n[![Build Status](https://travis-ci.org/xgouchet/AutoMergeTool.svg?branch=master)](https://travis-ci.org/xgouchet/AutoMergeTool)\n[![Coverage](https://codecov.io/gh/xgouchet/AutoMergeTool/branch/master/graph/badge.svg)](https://codecov.io/gh/xgouchet/AutoMergeTool)\n\nAMT enables you to chain automatic solvers on git conflicts, before openning your preferred manual merge tool (meld, kdiff, winmerge, …). It is currently under active development, and used internally in the Deezer Android team.\n\n## Installation\n\n**TL;DR;** The easiest way to install AMT is to use `pip`:\n\n```$ pip install automergetool```\n\n… or using `easy\\_install`:\n\n```$ easy_install automergetool```\n\nThen include the following inside your `~/.gitconfig` file :\n\n    [merge]\n        tool = amt\n        conflictstyle = diff3\n    [mergetool \"amt\"]\n        cmd = /path/to/amt.py -b \"$BASE\" -l \"$LOCAL\" -r \"$REMOTE\" -m \"$MERGED\"\n    [amt]\n        tools = gen_simplify;gen_woven;gen_additions;gen_deletions;meld\n\n**Prerequisite** : AutoMergeTool requires Python 3.5, and won't work with Python 2.x.\n\nYou can also read the documentation for [installation](http://automergetool.readthedocs.io/en/stable/installation.html) and [configuration](http://automergetool.readthedocs.io/en/stable/configuration.html) instructions.\n\n#### [Full Documentation](http://automergetool.readthedocs.io/en/stable/)\n\n## Usage example\n\nJust use it as your default `mergetool`\n\n## Release History\n\n * This app is currently in alpha version\n\n## Contribute\n\nIf you want to contribute, please follow the [Contribution guidelines](CONTRIBUTING.md).\n\n## See Also\n\n - Contact me on Twitter [@xgouchet](https://twitter.com/xgouchet)\n - [Git Mergetool documentation](https://git-scm.com/docs/git-mergetool)\n - [Git Config documentation](https://git-scm.com/docs/git-config)\n\n## License\n\nThis program is distributed under the [Apache License 2.0](https://opensource.org/licenses/Apache-2.0)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxgouchet%2Fautomergetool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxgouchet%2Fautomergetool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxgouchet%2Fautomergetool/lists"}