method removeLocalBranch documentation in bbn\Api\Git

function(string $branch) { try{ $output = $this->begin() ->run("git branch -d $branch") ->end(); } catch(Exception $e) { return false; } return is_object($output); } return false; }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.