Workflow
Here we will be using the RStudio IDE rather than the command line; please also see https://nasa-openscapes.github.io/earthdata-cloud-cookbook/contributing/workflow.html as we develop this further.
Overview
- We’ll use GitHub branches, consider them temporary and unlimited
- We’ll interact with Quarto through RStudio
Create a branch on GitHub.com
- Go to https://github.com/Openscapes/approach-guide click the
main
branch and typeyour-branch
name for your branch - Clone/pull https://github.com/Openscapes/approach-guide locally to RStudio
- Click in the top-right on
main
and switch toyour-branch
; this will add it to the “local branches” section.