Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.28 KB

git-version-control-part2.md

File metadata and controls

20 lines (13 loc) · 1.28 KB

Git Part 2: Study Guide

Git Only

  • understand how to peek into your git project root's hidden .git directory

  • understand the difference between your home directory's ~/.git/config file and any given git project's own .git/config

  • set your computer's global git user name and email (and peeking into ~/.git/config) https://help.github.com/articles/setting-your-username-in-git/

  • understand what branches are, BEFORE doing anything with different branches on GitHub. the githug game covers branches. switch between different branches. use https://gist.github.com/joseluisq/1e96c54fa4e1e5647940 for keeping track of what branch you're on.

Connecting a Git Repo on Your Computer to One of Your Online GitHub Repos