Question: Create a . Net console application at the root of the Git repo. dotnet new console - o Assignment 2 Add an appropriate . gitignore
Create a Net console application at the root of the Git repo. dotnet new console o Assignment
Add an appropriate gitignore file
Commit all changes to repo
Create a dev branch from main. Push to GitHub specifying upstream path. git push u origin dev
Create a topic branch from dev. Push to GitHub specifying appropriate upstream path.
Using topic branch, edit ReadMe file to include the following three lines:
# ITC Assignment
## Author: Your Name
### Date: Current Date
Commit all changes to topic branch
Push changes. View ReadMe file on GitHub. Should see ReadMe file with styling.
Create a pull request to merge topic branch into dev. Merge topic branch into dev.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
