Skip to content

Instructions + starter code for WV's Git Gud Workshop, hosted on Jan 4th 2021 by @krishchow

Notifications You must be signed in to change notification settings

white-van/git-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

White Van Git Workshop

Slides here

Definitions

  1. Repository
    1. git remote -v
    2. https://github.com/white-van/git-workshop
  2. Commit
    1. tree .git/objects
  3. Head
    1. tree .git/refs
    2. cat .git/HEAD
    3. 8e182b9694416b551da298e27bfda491adaf3178
      1. 8e
      2. 182b9694416b551da298e27bfda491adaf3178
  4. Branch
    1. git branch
    2. git checkout master
    3. cat .git/HEAD

About

Instructions + starter code for WV's Git Gud Workshop, hosted on Jan 4th 2021 by @krishchow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages