8 #ifndef _CREATE_BRANCH_H_ 9 #define _CREATE_BRANCH_H_ 13 #include <SupportKit.h> Create Branch command Class.
TrackGitWindow * fCreateBranchWindow
The Create Branch Window.
static int DoCreateBranch(BString, BString)
This function creates a new branch in repo with given name.
virtual void Execute()
CreateBranch command execution.
CreateBranch(BString)
CreateBranch class constructor.
BString fRepo
The repo/directory where command is called.
The TrackGit Window class.
virtual TrackGitWindow * GetWindow()
This returns pointer to the Create Branch window.
Header file of GitCommand.