1:github is open source, creating private projects for money, and codingnet without limits.
Upload steps:
Premise: Git software is installed and the path to the GIT software is configured in Android Studio (Git.exe Path)
1. Create a local git repository: creat git responsibility (in Vcs->import into Version Control)
2.add (add) All files to the local git repository created above: Right-click on Project, add option under Git submenu
3.commit (Confirm) file changes: On the top of the VCs up arrow (shortcut key "Ctrl+k"), that is, commit changes
4. A commit and push option is selected in the commit under the pop-up window to confirm it.
5. Enter the remote login git (https address): Click Master and enter the git https address of the code hosting project under the popup window. Confirm
6. Pull down first and push up again. (If more than one project, after pull, select "Merge" to forcibly merge files, "Rebase" is also a merger, but it will ask you to merge which conflicting files)
How to upload code is all code managed above (github,codingnet)