push an existing repository from the command line
1
2
3
git remote add origin https://github.com/shensunbo/android_native.git
git branch -M main
git push -u origin main
1
2
3
git remote add origin https://github.com/shensunbo/android_native.git
git branch -M main
git push -u origin main