Skip to content

skjorlien/EEP153_Learning_Git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a sandbox repo to learn git and break things for EEP153.

Day 1

  • Get setup with GitHub, ssh, Datahub
  • Clone this repo
  • Play with the modify->stage->commit workflow.
  • Dive into the Git mental model
  • Break things (just a little)
  • Introduce branches as a solution for group collaboration
  • Learn the pull->merge to main->push workflow

Lessons from day 1

  1. NEVER commit to main. Commit to a feature branch then: pull latest main from remote, merge your feature branch to the latest main locally push main back to remote to update the "central version of the truth"

  2. Commit Early and Often

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors