git initgit remote add origin <server remoto>git add *git commit -m "commento"git push origin master
git add <file>
git commit -m "commento"git push origin master
git clone <server>