Skip to content
Snippets Groups Projects
Commit 7e92238c authored by Matus Balogh's avatar Matus Balogh
Browse files

t

parent a5c88e60
No related branches found
No related tags found
No related merge requests found
#include <iostream>
#include <stdlib.h>
#include <string.h>
#ifndef PROJECT_FOLDER
#define PROJECT_FOLDER "undefined"
#endif
void processGit()
{
system("git checkout");
system("git status");
std::cout << PROJECT_FOLDER << std::endl;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment