Question: With the commands we applied in our lab, please complete the following tasks: Create a file from the command line called README.md Open the file

With the commands we applied in our lab, please complete the following tasks:
Create a file from the command line called README.md
Open the file with nano or vi
Add the following content: #### COMP2156 Developer Operations
Save the file
Using Git, add the file for tracking using git add README.md
Commit the file with the following message git commit -m 'added header for readme file'
Log in to GitHub and create a new repository name COMP2156
Connect your local repo to remote repo using git remote add origin = repo URL (OR follow command listed on GitHub)
Push the changes to GitHub using the following command: git push -u origin main

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!