Slide 53
Slide 53 text
TECHNICAL ISSUES
Ideally, you track git history as it’s created
• GitHub’s Webhooks API!
• Reports back to Ground on every push.
Unfortunately, some wrinkles here
• Webhooks API doesn’t report the full version lineage
• So can’t rely on GitHub. Track the git repo ourselves.
• A topic for future collaboration perhaps.
(FWIW, Google Docs is even messier!)
gr