Skip to content

Instantly share code, notes, and snippets.

@dibbdob
dibbdob / workflow.md
Created July 26, 2019 09:37 — forked from jorotenev/workflow.md
Workflow for git subtree
./thesis
├── docker-compose.yaml
├── micrsoserviceX
├── micrsoserviceY
├── memory-engine

Subtree workflows

Adapted from here. Below is an executive summary for the use case of a university collaborative thesis project.

@dibbdob
dibbdob / dotnetlayout.md
Created July 15, 2019 07:13 — forked from davidfowl/dotnetlayout.md
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/