Skip to content

alpdik/tri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Guide (tri)

Overview

tri is a small C++ project (+ some JavaScript in the repo) that runs a demo/CLI and can create output files, then lets you inspect those files from within the program using a built-in file viewer.


Requirements

  • A modern Linux environment

Getting the Project

  • Remote: origin (https://github.com/alpdik/tri.git)

Building

  1. Open the project directory in a terminal.
  2. Run the "make" command.

Running

Run the "make run" command.


Where Output Files Are Created

Project directory


Features

  • add (file) (content) : Stage a file (use quotes for content logic not impl in parser) (Tip: For this shell, content is single word or handled simply)
  • view (view) : View contents of a file"
  • commit (msg) (author) : Commit changes\n"
  • log : Show history\n"
  • branch (name) : Create new branch\n"
  • checkout (name) : Switch branch\n"
  • merge (branch) : Merge branch into current\n"
  • demo : Run automated demo\n"
  • exit : Exit program\n";

License

GNU 3

About

A simple version control system built from ground up

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages