Skip to content

larics/git-tutorial-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

John Doe

About

Toy shell for git tutorial purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published