blob: fc684be620fa80acc428f853a24231d028c0a5f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|