Skip to content

sikaeducation/git-exercise-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Git Exercise

Follow these instructions in order. If you make a mistake, start over from the beginning.

  1. Fork this repo on GitHub.
  2. Clone your fork of the repo locally.
  3. Move into the repo you just cloned
  4. Switch to the existing branch server-rendered.
  5. Delete the index.js file.
  6. Stage your change.
  7. Commit your staged change with a comment that follows the standard present imperative tense.
  8. Switch back to the original branch.
  9. Open index.html with a text editor from the command line, add <html></html>, save, and quit.
  10. Stage your change.
  11. Commit your staged change with a comment that follows the standard present imperative tense.
  12. Push the changes in the master branch to your GitHub fork.
  13. Run history | tail -n 11 > cli_history to print your last 11 actions to the file cli_history.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors