# Functions

No description provided by the author
No description provided by the author
CompareBranches - compares N branches, returning a list of dicts.
No description provided by the author
No description provided by the author
No description provided by the author
returns the commit id of the current branch.
No description provided by the author
No description provided by the author
GetLocalBranchNames - git for-each-ref --format='%(refname:short)' refs/heads/.
GetRemoteBranchNames - git ls-remote --heads origin | awk '{print $2}' | sed 's#refs/heads/##' | sed '/^$/d'.
RefreshRepo .
No description provided by the author