Question: Hello, I need help understanding how to navigate & find things on GitHub. I'm brand new to it and I'm having a hard time finding

Hello,

I need help understanding how to navigate & find things on GitHub. I'm brand new to it and I'm having a hard time finding resources to help with an assignment. I just need help locating how to navigate & figure out how to do the ones in the brackets [ ]. If you could help by including some steps, pictures, or tips for easier navigation, it would be greatly appreciated. Thank you.

Create a Hello World application and submit it to the repository

Steps:

  1. Clone this repo using [git clone].
  2. Navigate to the newly cloned directory.
  3. Create a new Console Application using [dotnet new console].
  4. Build and run the new application using [dotnet build] & [dotnet run].
  5. Stage the new files using [git add].
  6. Commit the staged changes using [git commit]. Be sure to include a comment explaining what you changed.
  7. Push the changes to the remote repository using [git push].

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!