echo "# Ball-control" >> README.mdgit initgit add README.mdgit commit -m "first commit"git branch -M maingit remote add origin https://github.com/xiao-kongkong/Ball-control.gitgit push -u origin main