Drag the command on the left to the correct option on the right.

When complete, copy all the commands on the right hand side into a text editor like Notepad++.

Then run these commands, one by one, in the Git BASH terminal window.


Exit Git BASH

Display the Java version
        
Display the Git version
        
Display the version of Maven

Clone a GitHub repo

Move into the marcro-maven directory

List all Git branches

Graph the git log history

Checkout the remote feature branch
		
Make the remote development branch local
		
Merge a feature branch into the current branch
        
Compile your Maven app

Build the project's deployment artifact

Push your app to a Maven repository

Run your project's unit and static analysis tests
	  
Build an embedded Tomcat JAR

Run an exectuable JAR file that is in the current directory

URL to load application

Terminate an app running in the Terminal window

Tag a Git commit

Move WAR file to at Tomcat server

Start Tomcat

All Answers Answered

Answers Remain