Friday, 6 September 2013

How to view a git branch ONLY back to the point where it was branched off?

How to view a git branch ONLY back to the point where it was branched off?

I noticed when I'm on a branch (we'll call it feat-123) that's only a
couple commits in, git log shows the whole history of the branch I
branched from (develop). Is there some way to show the log only as far
back as the point from which feat-123 was created?

No comments:

Post a Comment