Skip to content

matkok/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

Fork this repository, and then clone it by running the following command:

git clone [email protected]:<username>/git-tutorial-code

C++

  • Building:

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

    ./lust
    

Python

  • Running:

    cd python
    ./lust.py
    

Maintainers

Mate Balota

About

Toy shell for git tutorial purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.2%
  • Python 41.8%