Closed rdss-sknott closed 2 years ago
This change splits a git operation of the Environement class, as preparatory work to move functionality.
The function Environment::guessParentBranchAsCommitHash and its subordinates are moved to its own class ParentBranchGuesser
Environment::guessParentBranchAsCommitHash
ParentBranchGuesser
This is related to #159.
This change splits a git operation of the Environement class, as preparatory work to move functionality.
The function
Environment::guessParentBranchAsCommitHash
and its subordinates are moved to its own classParentBranchGuesser
This is related to #159.