git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://git.ips.com.my/jamesyee/jamesdemo.git git push -u origin main