Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
2 Files are already given(Employee.java and Drivetjava).
In command
1.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 Driver.java"
In command 2 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 (
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 projecty1.1 with the tag message "Project Starter Code"
Create a new file(by clicking the 'new' button.
Name the file as "EmployeeUtil.java".
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke

4th Edition

0136086535, 9780136086536

Students also viewed these Databases questions