This repository contains research on climate health attribution using git worktrees for parallel development.
This is the main worktree containing shared resources and documentation.
This project uses git worktrees to develop different aspects independently:
- main (this directory): Shared documentation and configuration
- visualizations: Scientific visualizations and figures
- data-analysis: Data processing and statistical analysis
- modeling: Attribution modeling and methods
Navigate to the appropriate directory for your work:
cd ../Climate_Health_attribution_visuals-visualizations # For visualization work
cd ../Climate_Health_attribution_visuals-data-analysis # For data analysis
cd ../Climate_Health_attribution_visuals-modeling # For modeling workgit worktree listgit worktree add -b <branch-name> <path> <base-branch>git worktree remove <path>Each worktree has its own branch and can be worked on independently. Changes can be merged between branches as needed.