git commits from then to now
To show all commit “children” from a specific commit to current master, use git log
like
git log --reverse --ancestry-path 894e8b4e93d8f3^..master
Tweet
To show all commit “children” from a specific commit to current master, use git log
like
git log --reverse --ancestry-path 894e8b4e93d8f3^..master
Tweet