#ifndef WHY2_GIT_H #define WHY2_GIT_H #include int cloneRepository(git_repository *repo, int argc, char **argv); // CLONES GIT REPOSITORY #endif