Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
