Y
Hacker News
new
|
ask
|
show
|
jobs
by
panick21_
1552 days ago
So this works by 'git merge feature/branch' and then call 'git mt'?
1 comments
dflock
1550 days ago
Yes. If you have a conflict, you can either run `git mergetool` and it will use that meld config. `git mt` is an alias for `git mergetool`.
link