[git-users] Re: How can I do commit by using .git/MERGE_MSG without editor after I resolved conflict?

2013-05-21 Thread seonguk.baek
Thank you for your reply!! It's work fine. 2013년 5월 16일 목요일 오후 6시 24분 9초 UTC+9, Thomas Ferris Nicolaisen 님의 말: On Thursday, May 16, 2013 4:42:19 AM UTC+2, seonguk.baek wrote: Hi After I resolved conflict, how can I do commit by using .git/MERGE_MSG without editor ? I did like below but

[git-users] Re: How can I do commit by using .git/MERGE_MSG without editor after I resolved conflict?

2013-05-16 Thread Thomas Ferris Nicolaisen
On Thursday, May 16, 2013 4:42:19 AM UTC+2, seonguk.baek wrote: Hi After I resolved conflict, how can I do commit by using .git/MERGE_MSG without editor ? I did like below but It didn't work. $ cat .git/MERGE_MSG | git commit -m Is there any way? Git