[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 It didn't work.
>>
>> $ cat .git/MERGE_MSG | git commit -m 
>>
>> Is there any way?
>>
>
> Git 
> committakes 
> a -F  argument:
>
>
>-F , --file=
>Take the commit message from the given file. Use - to read the 
> message from the standard input. 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[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 
committakes a 
-F  argument:


   -F , --file=
   Take the commit message from the given file. Use - to read the 
message from the standard input. 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.