Giter Site home page Giter Site logo

teach-me-through-git's Introduction

teach-me-through-git

tmtg is a tool that navigates you through the git history so you can learn from it

What is the idea?

I try to learn rust at the moment which brings me to two problems.

First: I need experimental projects which I can use to do so. Second: The docs are very limited. They are good but I need practical advice how other programmers use the language and it seems that there are not many teachers out there.

So I got an idea: What if you would be able to clone a github repository and then "step through" every committed set. You could walk through a project this way and try to interpret the changes, and maybe try to write an improved version in another CLion/VSCode instance at the same time.

Usage

Clone a git repository to your disk, then run inside:

tmtg ./
  • the parameter is the path to the repository you want to "discover"
  • tmtg will show you what position you are currently in (e.g. 1/200 commits).
  • It will also ensure you have a clean working directory each time you press + or - (which will move you up or down the commits).
  • It will show the current commit message as well as a list of changed files.

teach-me-through-git's People

Contributors

stho32 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.