How would I go about creating a bash alias that pipes any conflicting files from a git merge or git rebase into TextMate's mate command?
You can try
textmate `git status | grep both | awk '{print $4}'`
where textmate is your command to run TextMate.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With