/git_assignment

Fork this repo, create your file, and add "Hello World!" to your README

Submission Instructions

  • Fork this repo
    • Do this on GitHub!
  • Clone your forked repo locally
    • In your command line: git clone [your_url]
  • Complete the other two assignments you'll find here. These assignments will ask you to make another repo. Don't put your work here! Use that other repo.
  • After you've finished, add I did it! to the bottom of this README.
  • Push to your repository on your GitHub account via the command line
    • git add README.md
    • git commit -m 'add readme'
    • git push origin master
  • On GitHub, submit a pull request to this (the original) repo.

I did it!! !!!!!!!!!