1
0
Fork 0
SRCCTRL22/NOTES.md

881 B

NOTES on Source Control 2022

2022-10-08

Plans & rules

  • final product: git repository
  • git commit messages = a fragmented narrative
  • git branches = singles or intermediate releases
  • SuperCollider code
  • markdown files
  • images for covers
  • rendered music as FLACs and/or MP3 (git-annex?)
  • rough timeline:
    • october branch/release (2-3 tracks)
    • november branch/release (2-3 tracks)
    • december branch/release (2-3 tracks)
    • january album:main branch (+ complete git repo) release
  • meta explanations at minumum
  • (critical) reflections on progress are fine
  • fast and regular work is critical
  • final product is important
  • main branch as a framework:
    • shared SuperCollider elements:
      • UGens
      • samples
  • needs testing: removal of files and folders in branches
  • plan branches and how they will be merged back to main
  • git education