Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Initial copy of Employee java is already committed to the master In command 1 . sh enter the git commands to , Initialize git Create
Initial copy of Employee java is already committed to the master
In command sh enter the git commands to
Initialize git
Create a new branch 'DEVfeature
Switch to this new branch using checkout
Add the below lines to Employee.java.
public class Employee I
String name;
int id;
double salary;
Add Employee.java to Bit
Commit Employee,java using the comment 'Commit Employee'
Switch back to "master' using checkout
Sync all the commits in DEV feature' to master using rebase
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