Skip to content

bloominstituteoftechnology/Pre-Course-Git-Fu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Pre Course Git Fu

Pre Class Video

Terms for learning Git

  • Repository -
  • Git - Version Control -
  • Clone -
  • Fork -
  • History -
  • Staging -
  • Remote -
  • Commit -
  • Push -

Steps to our Lamba School Git Flow

  1. Fork repository
  2. git clone w/ the repository URL
  3. After Changes Made: git status
  4. git add <file-name>
  5. git status to check what is staged
  6. git commit -m 'made changes to the Readme'
  7. git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published