[git-users] git log

2017-05-09 Thread ashok . shan . 2002
git log --oneline branch-name --> It lists all the commits. Is there a filter option with git log to filter only mentioned branch (branch-name) commits? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group

[git-users] Re: git log

2017-05-09 Thread G. Sylvie Davies
On Tuesday, May 9, 2017 at 5:40:48 PM UTC-7, ashok.s...@gmail.com wrote: > > > git log --oneline branch-name --> It lists all the commits. Is there a >> filter option with git log to filter only mentioned branch (branch-name) >> commits? >> > > git checkout master > git log --oneline

[git-users] Re: git log

2017-05-09 Thread G. Sylvie Davies
On Tuesday, May 9, 2017 at 3:34:05 PM UTC-7, ashok.s...@gmail.com wrote: > > git log --oneline branch-name --> It lists all the commits. Is there a > filter option with git log to filter only mentioned branch (branch-name) > commits? > 0. Try "git help gitrevisions" and read all of it.

[git-users] Re: git log

2017-05-09 Thread ashok . shan . 2002
> git log --oneline branch-name --> It lists all the commits. Is there a > filter option with git log to filter only mentioned branch (branch-name) > commits? > git checkout master git log --oneline master..1.2.3-rel Not giving all the commits of 1.2.3-rel tag git checkout master git log