Answered step by step
Verified Expert Solution
Question
1 Approved Answer
D. I have to create A Branch and Make a Change - Modify a file on a new branch doing the following: create a
Step D Two Screenshots Below is a screenshot of the command line action after completing the steps in D: 001574256D197--zsh-76x24 Nemo@MARSS-iMac % git clone https://gitlab.com/001574256d197/001574256D197 .git fatal: destination path '001574256D197' already exists and is not an empty d irectory. [Nemo@MARSS-iMac % cd 001574256D197 [Nemo@MARSS-iMac 001574256D197 % git branch readme fatal: A branch named 'readme already exists. [Nemo@MARSS-iMac 001574256D197 % echo "Student ID: 001574256" Student ID: 001574256 1 [Nemo@MARSS-iMac 001574256D197 % git commit -m "Added student ID to readme fil le" On branch readme nothing to commit, working tree clean [Nemo@MARSS-iMac 001574256D197 % git push u origin readme Total 0 (delta 0), reused 0 (delta 0) remote: remote: To create a merge request for readme, visit: remote: https://gitlab.com/001574256d197/001574256D197/-/merge_requests/ne w?merge request%5Bsource_branch %5D=readme remote: To https://gitlab.com/001574256d197/001574256D197.git [new branch] readme readme Branch 'readme set up to track remote branch 'readme from 'origin'. Nemo@MARSS-iMac 001574256D197 % 1
Step by Step Solution
★★★★★
3.38 Rating (157 Votes )
There are 3 Steps involved in it
Step: 1
D Create a Branch and Make a Change Create a README branch using the command line interface bash Copy code git branch readme git checkout readme Note You can also use git switch c readme to create and ...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