Re: [git-users] How can I do "git log" to find only commits of a branch?

2012-11-30 Thread Inigo Medina



I want to do a sentence which show me only the commits( no merge/ no push)
of a branch. Is it posible?


I don't understand what you mean with 'no push'.

For the first one 'no merge' you always can use:

$ git log --no-merges

iƱ



Thanks for your help!!!

--





--




[git-users] How can I do "git log" to find only commits of a branch?

2012-11-29 Thread VMV
I want to do a sentence which show me only the commits( no merge/ no push) 
of a branch. Is it posible?

Thanks for your help!!!

--