I'm trying to get the code that I had 5 commits ago, and I'm doing that by going into the log and doing checkout on the specific commit, and I'm checking out this commit into a new branch
but the problem is that in the checked out branch in the log not all the previous commits (month old commits, way before the one that I checked out) aren't present
Edit this is the commit that I'm checking out:
As you can see from the Log Graph, DJ-RemSmartThread
contains possibly a lot of commits through merge sources which are not present in servthrottled
. Hence, it's expected to not see these commits when just toggling servthrottled
, because they are most likely not reachable from this branch.