Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 664 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 664 Bytes

Working Directory

  • Area where all of our files and directories and changes are living all the time

Staging Area

  • Files and directories that we explicitly add to the staging area

Git Repository

  • Where all our snapshots are stored

===========================================

Adding multiple files of a certain type

Adding all files in directory (including hidden)

Removing files

Ignoring files

===========================================

Git Branches

  • Listing all branches

    • git branch
  • Adding a branch

    • git checkout
  • Changing branches

    • git checkout
  • Merging a branch

  • Removing a branch