exp COMMANDS TO ADD FOLDER git remote add origin https://github.com/madlabb/exp.git git checkout -b projectTitle git add . git commit -m "message" git push origin projectTitle