Skip to content

lys916/Pre-Course-Git-Fu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Pre Course Git Fu

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

TEST EDITED.. second test.. third test.. git push master..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors