Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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:
- Clone this repo using [git clone].
- Navigate to the newly cloned directory.
- Create a new Console Application using [dotnet new console].
- Build and run the new application using [dotnet build] & [dotnet run].
- Stage the new files using [git add].
- Commit the staged changes using [git commit]. Be sure to include a comment explaining what you changed.
- Push the changes to the remote repository using [git push].
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started