Task 1: Preliminary Work for Setting up the Git Repository and Project1.If you have not done already, set your name and email address as instructed in the Eclipse EGit Tutorial: Task 1: Initial Setup section.2.Createa local Git repository (if one is not available in your eclipse environment).3.Create a new Java project named A1_(for example A1_300321321).4.Add the newly created project to your local Git repository. (Instructions available in Eclipse EGit Tutorial -Task 2: Creating a New Java Project and Adding it to a New Repository)5.Make sure the editing history of all the project files aretacked by Git (Add to Index, Instructions available in Eclipse EGit Tutorial -Task 2: Creating a New Java Project and Adding it to a New Repository)6.Add the Java classes ADTDoubleStackandDoubleStackclassesprovided to you with this assignment to the new project.7.Make sure the editing histories of all the newly created files are tracked by Git by adding it to the index (Add toIndex, Instructions available in Eclipse EGit Tutorial -Task 2: Creating a New Java Project and Adding it to a New Repository).8.For each Java class, update the comments section to indicate that you updated the code. For this add you as eitherthe author or the second author of code. 9.Commit all the changes done up to this point