vi .gitignore
=> .*
git init
vi index.html
git config --local receive.denyCurrentBranch updateInstead
git add .
git commit -m 'Initial commit'
git clone ssh://USER@IP:5022/home/USER/dev/
vi index.html
git commit -am 'modif locale'
git push