Skip to content

RobertMilijas/git-tutorial-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-tutorial

Toy shell for git tutorial purposes

Clone this repository by running the following command:

git clone https://github.com/larics/git-tutorial-code

C++

  • Building:

    cd cpp
    mkdir build
    cmake ../
    make
    
  • Running:

    ./lust
    

Python

  • Running:

    cd python
    ./lust.py
    

Maintainers Robert Milijaš

About

Toy shell for git tutorial purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.9%
  • Python 36.9%
  • CMake 3.2%