Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jdoiro3/DaGit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoiro3 committed Apr 18, 2024
2 parents c3508aa + b047a59 commit e5a4ef0
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
# DagGit

*Work in progress.*

Teach Git internals with a live graph. Watch the example [here](https://youtu.be/UVZydtLrPtc?si=cZkzeegmRFGFoT8Z).
Git's docs on its [Internals](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects)
state:

```
Git is a content-addressable filesystem. Great. What does that mean?
```

It means you should `dagit` (rhymes with `maggot`). Also, read the docs linked above, but
again, `dagit`. It's as simple as running:

```bash
cd repo/path
dagit start-app
```

And then run `git` commands in another terminal.

## Setup
*Planning on packaging binary soon*

```
git clone && cd nextjs && yarn export && cd ../ && go install
```

## Demo

![output](https://github.com/jdoiro3/DaGit/assets/57968347/dd27aba3-d0f8-4ef3-a45d-b3a6d3d47e83)

Expand Down

0 comments on commit e5a4ef0

Please sign in to comment.