Skip to content

Logic06183/Climate_Health_attribution_visuals

Repository files navigation

Climate Health Attribution Research

This repository contains research on climate health attribution using git worktrees for parallel development.

Repository Structure

This is the main worktree containing shared resources and documentation.

Git Worktrees

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

Working with Worktrees

Switching between worktrees

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 work

Viewing all worktrees

git worktree list

Creating new worktrees

git worktree add -b <branch-name> <path> <base-branch>

Removing worktrees

git worktree remove <path>

Getting Started

Each worktree has its own branch and can be worked on independently. Changes can be merged between branches as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages