Create separate branch:
git checkout -b <enter branch name here>Put your files to static directory
git commit -a -m "<Why you change this message>"
git push origin <branch name>Do not forget to get back to master and have latest version:
git checkout master
git pull