Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Open the followign Workspace and, using git commands, complete the following tasks: - Set your local user name and email in the git configuration. You
Open the followign Workspace and, using git commands, complete the following tasks: - Set your local user name and email in the git configuration. You may do so with the commands used in your class worksheet, or with: git config --global --edit - Clone the md-page repository (https://github.com/oscarmorrison/md-page. git) into the md-page directory. All following operations must be performed inside this directory. - In the repository, create a new branch named fix-license-year. - Checkout the branch created above. - While in this branch, modify the LICENSE file, replacing, in the third line, the year 2018 with the range 2018-2023. You can use a text editor such as nano (recommended), emacs or vi. - Commit the change above to the repository. You may use any reasonable commit message
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