Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 790 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 790 Bytes

Sketches

Experiments, half baked ideas & unfinished projects.

I have a lot of project ideas that go nowhere.

Rather than lose the code on a harddrive somewhere or flood my GitHub account with barely working code, I start my new projects here.

When they start to come into shape (and, well, work), I'll split them out into their own repos using the subtree commands below.

Unless otherwised noted, all code in this repository falls under the Affero GNU General Public License (AGPL-3.0-or-later).

Importing existing projects.

$ git subtree add -P [prefix] repo.git master

Splitting sketches out into standalone projects.

$ git subtree push -P [prefix] repo.git master