Git reflog a specific branch?
As noted in the documentation, git reflog takes an action verb (called <subcommand>) and optional modifiers. The action defaults to show, and its optional modifier is the reference name to show. The default is to show operations on HEAD. (Most, but not all, “everyday” commands operate on and/or through HEAD in order to operate on … Read more