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 Assignment2
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:
# IT3045C - Assignment 2
## Author: Your Name
### Date: Current Date
7. Commit all changes to topic branch
8. Push changes. View ReadMe file on GitHub. Should see ReadMe file with styling.
9. 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 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!