This homework is to practice git commands and create a README to list 5 git commands and describe them
git status- shows status of filegit add .- adds specific files to staginggit commit -m "Add message here"- adds the file to local repo and adds to outgoing to be pushed to remote repogit push- push changes from local repo to the remote repogit log- Shows a list of git history