Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 422 Bytes

Learning Git

Table of Contents

  • example-file.txt Hello world, I love using git!
  • changes to pull
  • another change for pulling

Important steps for git workflow:

  1. Initialize repository with git init
  2. Create changes to project files
  3. Check status of those files with git status
  4. Stage changes for commit
  5. Commit changes to version history
  6. View previous changes with git log

Another change for luck!