diff --git a/src/IGit.php b/src/IGit.php index 6345e89..e0572d6 100644 --- a/src/IGit.php +++ b/src/IGit.php @@ -83,6 +83,13 @@ function getCurrentBranchName(); function getBranches(); + /** + * Returns list of local branches in repo. + * @return string[]|NULL NULL => no branches + */ + function getLocalBranches(); + + /** * Checkout branch. * @param string