Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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