Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/hadihammurabi/gt
- Owner: hadihammurabi
- Created: 2021-07-12T04:44:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T11:27:28.000Z (over 3 years ago)
- Last Synced: 2024-11-07T08:39:04.223Z (about 2 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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