Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 848 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 848 Bytes

intro-to-git

Interactive Intro to Git tutorial for General Assembly

Goal

To learn the basics of:

  • git clone
  • git branch
  • git checkout
  • git status
  • git diff
  • git add
  • git commit
  • git push
  • opening a pull request
  • performing a code review
  • merging and pulling

Methodology

Form groups of 2-3 students. ...

Customize your CLI

  1. Color your prompt
  • It will be WAY easier to read
  1. Choose a theme
  • Pick something you like to look at

Some instructors use iTerm2 as a terminal replacement.

Our favorite features include:

  • A better, more readable font
  • Hotkey support (full screen and tabs)
  • Unlimited Scroll Back history