Question: Git has the ability to tag specific points in a repository's history as being important. Tagging lets developers mark important checkpoints their projects' development. 2

Git has the ability to tag specific points in a repository's history as being important. Tagging lets developers mark important checkpoints
their projects' development.
2 Files are already given(Employee.java and Driver.java).
In
command1.sh enter the git commands to,
Initialize git
Add ONLY Employee.java and Driver.java to git
Commit these 2 files using the comment "Initial commit Employee and Driverjava"
In command2. sh enter the git commands to,
Create a branch named "DEV_feature"
Switch to this new branch using checkout statement
Add the below code to Employee.java
public class Employee I
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 projectv1.1 with the tag message "Project Starter Code
Create a new file(by clicking the "new' button.
 Git has the ability to tag specific points in a repository's

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!