Mini Git
A reduced version of Git
|
#include "commit.hpp"
#include <iostream>
#include <filesystem>
#include <fstream>
#include "tree.hpp"
#include <zstr.hpp>
Functions | |
long | restore_tree (const std::string &tree_sha) |
int | checkout (int argc, char *argv[]) |
int checkout | ( | int | argc, |
char * | argv[] ) |
long restore_tree | ( | const std::string & | tree_sha | ) |