Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add merge command #250

Merged
merged 1 commit into from
Apr 14, 2019
Merged

Add merge command #250

merged 1 commit into from
Apr 14, 2019

Conversation

twpayne
Copy link
Owner

@twpayne twpayne commented Apr 14, 2019

Fixes #224.

This PR adds a merge command that invokes merge.command to do a three-way merge between the destination state, the source state, and the target state.

merge.command defaults to vimdiff. You can set a different one in your config file, for example (in TOML):

[merge]
  command = "gvimdiff"
  args = ["-f"]

cc @markstos

@twpayne twpayne merged commit 24328c6 into master Apr 14, 2019
@twpayne twpayne deleted the merge branch April 14, 2019 13:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wish: chezmoi merge
1 participant