Menu

Working Git Created Hello World Project Repository Project Repository Must Meet Criteria Q43840273

  1. working Git. created a Hello World project and repository yourproject repository must meet the criteria below.
    • The Java code must compile and run without error, printing ahello message to the terminal.
    • The repository must have a feature branch on which the work wasdone, which has been merged into the master. (Check with ‘gitbranch’ – your feature branch should be listed.)
    • There must be at least 2 commits with feature work, beyondinitializing the project. (Check with ‘git log’)
    • Your commits must have descriptive messages.
    • Your commits must have timestamps from this quarter.
    • Your name and email address must be set up in your Gitinstallation. (Look at the Author line in ‘git log’)
    • The repository must be clean with no uncommitted changes. (Whenyou do ‘git status’ it should say “On branch master, nothing tocommit, working tree clean”)

Expert Answer


Answer to working Git. created a Hello World project and repository your project repository must meet the criteria below. The Jav…

OR