Skip to content

The-Marcy-Lab-School/DA2025_Lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DA2025_Lectures

  1. Fork this repo
  2. Clone YOUR fork into your Marcy Lab folder (this should be in Documents or Desktop)

git clone https://github.com/YOUR_USERNAME/DA2025_Lectures.git

  1. Navigate into the repo and add THIS repo as the upstream (this allows you to fetch changes from a parent repo)

git remote add upstream https://github.com/The-Marcy-Lab-School/DA2025_Lectures.git

When there are new lectures or lecture notes to fetch down

  1. Fetch those changes/new lectures

git fetch upstream

  1. Merge the changes/new lectures into YOUR fork

git merge upstream/main -m "meaningful message

  1. Push and changes you make to lectures/notes back to YOUR fork (these will be your personal notes/changes)

git push origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •