Answered step by step
Verified Expert Solution
Link Copied!

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 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions