multiLang This project is to practise git commands git init git add README.md git commit -m "first commit from local" git branch -M master git remote add origin https://github.com/down2bitmultiLang.git git push -u origin master