We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dd114 commit 136e53cCopy full SHA for 136e53c
docs/installation.md
@@ -29,6 +29,15 @@ cargo install gittype
29
gittype --version
30
```
31
32
+## Local Data Storage
33
+
34
+`gittype` stores its data, including the local database and log files, in the `~/.gittype/` directory.
35
36
+- **Database**: `~/.gittype/gittype.db` - Contains your typing history, scores, and other session data.
37
+- **Logs**: `~/.gittype/gittype.log` - Used for debugging and monitoring.
38
39
+You can safely remove this directory if you want to reset all your data.
40
41
## Troubleshooting
42
43
### Common Issues
0 commit comments