Skip to content

JeanFerreira91/intro-to-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Introduction to Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published