https://github.com/karanbravo/detective
building a new version control system.
https://github.com/karanbravo/detective
binascii git hash-object hashlib init ls-tree os python write-tree zlib
Last synced: about 2 months ago
JSON representation
building a new version control system.
- Host: GitHub
- URL: https://github.com/karanbravo/detective
- Owner: karanBRAVO
- Created: 2025-03-02T14:43:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T14:56:56.000Z (about 2 months ago)
- Last Synced: 2025-03-02T15:34:12.369Z (about 2 months ago)
- Topics: binascii, git, hash-object, hashlib, init, ls-tree, os, python, write-tree, zlib
- Language: Shell
- Homepage: https://app.eraser.io/workspace/78SJq2UU1hHw2IERYXmX
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detective - (A Stupid Content Tracker)
_your own vcs (version control system)._
## Run Locally
_Note_: make sure you have `python` and `git` installed on your system.
1. clone the repo
```bash
git clone https://github.com/karanBRAVO/detective.git
cd detective/
```2. for now, create a **test** directory to test the tool
```bash
mkdir __test__
cd __test__
```3. initialize detective
```bash
./path/to/detective.sh init
```4. verify that `.detective` directory is created inside `__test__` directory.
5. explore more.