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