Question: Git has the ability to tag specific points in a repository's history as being important. Tagging lets developers mark important checkpoints in the cours their
Git has the ability to tag specific points in a repository's history as being important. Tagging lets developers mark important checkpoints in the cours
their projects' development.
Files are already givenEmployeejava and Drivetjava
In command
sh enter the git commands to
Initialize git
Add ONLY Employee.java and Driver.java to git
Commit these files using the comment "Initial commit Employee and Driver.java"
In command sh enter the git commands to
Create a branch named DEVfeature
Switch to this new branch using checkout statement
Add the below code to Employee java
public class Employee
String name;
int id:
String designation
double salary:
long phoneNo;
I
Add Employee.java to Git
Commit Employee.java file using the comment "Employee with additional attributes"
Create a tag named projecty with the tag message "Project Starter Code"
Create a new fileby clicking the 'new' button.
Name the file as "EmployeeUtil.java".
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
