Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

STUDENT.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

NumberGuesser

To push to github

If you selected Y during dotnet new you can add your changes and push to github with:

  1. git add .
  2. git commit -m "Here I describe my changes"
  3. git push

Otherwise do the following ONCE before using the steps above.

  1. git init
  2. git add .
  3. git commit -m "Initial Commit"
  4. sdg hubCreate
  5. git push -u origin HEAD

PROTIP:

When you are complete with the project and have turned it in to your instructor, update README.md with details about the assignment.