Add and commit the new & updated files, create an annotated tag and push the commit & tag up to the remote repository.
steve@Desktop:~/projects/zedboard_linux/os/petalinux$ git add project-spec/meta-user/recipes-apps/website/files/styles.css
steve@Desktop:~/projects/zedboard_linux/os/petalinux$ git commit -am "Added Style Sheet and improved webpage layout for website application."
steve@Desktop:~/projects/zedboard_linux/os/petalinux$ git tag -a v7.0 -m "PetaLinux, Peek/Poke, LED Runner, Webserver, Peek/Poke CGI, PL Access & Style Sheet with XSA from zedboard_leds_switches v1.0"
steve@Desktop:~/projects/zedboard_linux/os/petalinux$ git push