/git-tutorial-code

Toy shell for git tutorial purposes

Primary LanguageC++Apache License 2.0Apache-2.0

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š