Skip to content

omoniyi21/Pre-Course-Git-Fu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Pre Course Git Fu

Pre Class Video

Terms for learning Git

• Repository – Project you work on • Git - Version Control - • Clone – copying the master version • Fork – top right of the page. It is the ability to fork a repository • History - • Staging - • Remote – the device you are making the changes on • 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