-
Notifications
You must be signed in to change notification settings - Fork 480
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
Problem with git merge #140
Comments
Ok, so i found a quick workaround that should be easy to implement (and it seems to even work with First in the file
and at the root of the repository, create a file
Then make sure it's executable:
and modify your
That's all, you can now merge, and even use "mergetool"! NB: you can of course put any folder for Would it be possible to include this in the |
I created a pull request, it should work now on any new git-crypt repository #141 |
Thanks for the workaround @tobiasBora, it works perfectly. |
No problem. And this workaround also corrects the cherry-pick problem. By the way I put a wrong link for the PR above, this one is better : #141 |
+1 thanks for this @tobiasBora, works great! |
Hello,
Thank you for this great tool. I don't know why, but I can't merge two branches that are supported by git-crypt... If I tried, the conflicted files are not changed at all, and I can't find any
<<<<<< HEAD
inside.I'm using git-crypt 0.6.0, from debian unstable repository. Maybe it's related to this PR: 7a23105
Thank you!
The text was updated successfully, but these errors were encountered: