# Functions
No description provided by the author
GetLocalBranchName returns the current local git branch.
GetLocalCommitStack returns a list of unmerged commits
the list is ordered with the bottom commit in the stack first.
GetLocalTopCommit returns the top unmerged commit in the stack
return nil if there are no unmerged commits in the stack.
# Variables
No description provided by the author
# Interfaces
No description provided by the author