Including your name in the project

 

The goals for this exercise are to

  1. Change a file, save the file into git, and then upload those changes back to your copy of the project on GitHub

  2. For this exercise we'll use a C# source code file because it's more realistic

What you need to do to prepare for this exercise:


So as it turns out GitHub doesn't include your name anywhere when I download your projects.  It does have your username, but if your username is something unhelpful like GreenMan30843 I'm still going to have a hard time connecting your work to your real name :)

For this exercise please put your full name, in a comment, at the top of the Program.cs source code file.  Please use whichever name you used to register for this class.

Once you've done that you'll need to save the file, then commit the change to your local git repo, and then push those changes up to GitHub

What you need to do for this exercise
  1. Put your full name, in a comment, at the top of all the C# source code files for this project.  This is probably Program.cs and/or Student_Answers.cs

    Please use whichever name you used to register for this class.

  2. Once the program has been modified make sure to save the files, commit your changes to your local git repo, and to then push your changes to your account on GitHub

NOTE: You MUST do this for all the C# source code files that you hand in this quarter!!