Files
garden/git rere.md
2024-05-29 14:09:05 +02:00

6 lines
148 B
Markdown

- from https://news.ycombinator.com/item?id=30521545
```
git config --global rerere.enabled true
git config --global rerere.autoUpdate true```
````