Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
fixed instructions for exercise to create new github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanoats committed Oct 11, 2011
1 parent 66426c7 commit 5e35ad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ Now with those changes *staged*, it is time to commit them.

$ git commit -m "Test fails and you're my only hope."

Create a new repo on GitHub called week-02-exercise. Follow the directions to add the remote to your current directory.

Push those changes to your git repository `week-02-exercise`

$ git push origin master
$ git push -u origin master

#### Finding a Victim / Being a Victim

Expand Down

0 comments on commit 5e35ad8

Please sign in to comment.