Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hadihammurabi/gt

rebuilding git with golang (only for learn)
https://github.com/hadihammurabi/gt

Last synced: 7 days ago
JSON representation

rebuilding git with golang (only for learn)

Awesome Lists containing this project

README

        

# Only for learning

rebuilding git with golang

## gt init

command :
``` bash
gt init
# or
gt init .
# or
gt init
```

## TODO
- [x] git init
- [ ] git add
- [ ] git commit
- [ ] git remote
- [ ] git log
- [ ] git push