mirror of
https://github.com/shimunn/gitredditor.git
synced 2023-11-17 18:42:43 +01:00
13 lines
138 B
Markdown
13 lines
138 B
Markdown
# gitredditor
|
|
|
|
## Your reddit comments in a git repo
|
|
|
|
Usage:
|
|
|
|
```bash
|
|
mkdir comments
|
|
cd comments
|
|
git init
|
|
gitredditor -r <username> .
|
|
```
|