Class branch
Defined in File editorBranch.hpp
Class Documentation
-
class branch
Public Functions
-
std::vector<std::string> ShowExistBranch()
-
bool SetBranch(const std::string &branchName)
-
bool MakeNewFromHEAD(const std::string &newBranchName)
-
bool DeleteBranch(const std::string &branchName)
-
bool CheckoutThisHEAD()
-
bool MergeToBranch(const std::string &branchToMerge)
-
inline branch(git_repository *repo)
-
~branch()
-
template<>
std::string ToBranchRefName(const std::string &branchName)
-
template<>
std::string ToBranchRefName(const char *branchName)
-
std::vector<std::string> ShowExistBranch()