Skip to content

benwrowe/my-first-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Git

Important steps for git workflow

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

Table of contents

  • example_file.txt

Hello World I LOVE using git!

Adding a few more lines for test purposes.. to learn how to git pull

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published