Skip to content

tiborbs1/git-tutorial-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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 git@github.com:<username>/git-tutorial-code

C++

  • Building:

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

    ./lust
    

Python

  • Running:

    cd python
    ./lust.py
    

Maintainers

Slavko Slavkić & Mirko

About

Toy shell for git tutorial purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 59.9%
  • Python 37.9%
  • CMake 2.2%