24#ifndef GIT_INIT_HANDLER_H
25#define GIT_INIT_HANDLER_H
73 void UpdateProgress(
int aCurrent,
int aTotal,
const wxString& aMessage )
override;
bool IsRepository(const wxString &aPath)
Check if a directory is already a git repository.
virtual ~GIT_INIT_HANDLER()
void UpdateProgress(int aCurrent, int aTotal, const wxString &aMessage) override
InitResult InitializeRepository(const wxString &aPath)
Initialize a new git repository in the specified directory.
bool SetupRemote(const RemoteConfig &aConfig)
Set up a remote for the repository.
KIGIT_COMMON::GIT_CONN_TYPE connType