reverting to a previous commit using checkout removes omits some older commits git/smartgit

StackOverflow https://stackoverflow.com/questions/17340477

  •  01-06-2022
  •  | 
  •  

Question

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: smartgit log

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top