Giter VIP home page Giter VIP logo

git's Introduction

Instructions to run the project as it is right now.

The test_mockgit.sh script runs all these commands and populates a dummy mockgit directory with files for testing the commit command.

1) Build the project:

cargo build

2) Initialize a repo (jit init).

cargo run --bin jit init

OR specify a directory: cargo run --bin jit init

3) Commit a file:

cargo run --bin jit commit

Extra

There is also a simple version of cat-file, which is its own standalone executable and is different from git's cat-file. It inflates object contents and allows the user to pass the object path on the command line, rather than requiring the object ID as an argument. For development/debugging purposes.

Since this project interoperates with git, the normal git cat-file can be used with no problem.

Example usage:

cargo run --bin cat-file .git/objects/AB/CDE......F

And this can be further piped through <hexdump -C> to inspect the bytes.

git's People

Contributors

artjomplaunov avatar space-miner avatar

Stargazers

Matthew Caseres avatar

Watchers

Lucian avatar  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.