Skip to content

HWarren27/christmaslab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Make edits and save in Vim
  1. Press i to enter insert mode
  2. Type your README content
  3. Press Esc to exit insert mode
  4. Type :
  5. Type wq! and press Enter to write + quit
  1. Validate the README changes saved
  1. View the file quickly in terminal: o cat README.md

  2. Check git status: o git status

  1. Stage, commit, and push README updates
  1. Stage: o git add README.md
  2. Commit: o git commit -m "Update README"
  3. Push: o git push

ALL DONE

About

Practicing the christmas lab again.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors