aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-14 22:03:22 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-14 22:19:30 +0100
commit95611e25cd321936e7ad7dbb6a6746d50bbaf1a6 (patch)
treef5475232eddab6dfa863aaddfb0e9388b0f06596
initialize readmeHEADmain
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc684be
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Snippets
+
+This repository works a bit like gists.
+
+Each branch represents a snippet or collection.
+Each commit in said branch represents an iterative version.
+Expect many rebases!
+
+If you want to "fork" a single snippet/collection:
+
+1. Add this repository as a remote.
+2. `git switch` to the branch you want to "fork".
+3. Change its tracking upstream to your own named remote branch.