yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::VersionControlManager Class Reference

#include <project.h>

Private Member Functions

absl::Status Commit (const std::string &message)
 
absl::Status Pull ()
 
absl::Status Push ()
 

Private Attributes

std::string repository_path_
 

Detailed Description

Definition at line 131 of file project.h.

Member Function Documentation

◆ Commit()

absl::Status yaze::VersionControlManager::Commit ( const std::string & message)
private

◆ Pull()

absl::Status yaze::VersionControlManager::Pull ( )
private

◆ Push()

absl::Status yaze::VersionControlManager::Push ( )
private

Member Data Documentation

◆ repository_path_

std::string yaze::VersionControlManager::repository_path_
private

Definition at line 137 of file project.h.


The documentation for this class was generated from the following file: