diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-09-13 11:32:40 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-09-13 14:58:32 -0600 |
| commit | 96d8b5585c57be7c588c6e379997902c9cc07f54 (patch) | |
| tree | 96d9138263815f4b3dd75549df74f3ad155723f5 | |
| parent | 87f85704af1fa866be83077b2b351c1fdad7c3ce (diff) | |
sysret.org: add instructions for updating the theme
Diffstat (limited to '')
| -rw-r--r-- | README.updating.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.updating.txt b/README.updating.txt new file mode 100644 index 0000000..390d7ba --- /dev/null +++ b/README.updating.txt @@ -0,0 +1,4 @@ +# .git will significantly increase in size unless you use --squash + git gc + +git subtree pull --squash -P themes/tabi-lean ssh://forgejo@git.posixlycorrect.com/deepState/tabi-lean.git main +git -c gc.reflogExpire=0 -c gc.reflogExpireUnreachable=0 -c gc.rerereresolved=0 -c gc.rerereunresolved=0 -c gc.pruneExpire=now gc |
