push existing code to github steps code example
Example 1: push an existing github repository
git remote add origin https://github.com/Javlon002/asiance_data_mobile.git
git branch -M main
git push -u origin main
Example 2: pushing existing project to github
git remote add origin
https://github.com/masd11/FinraDeck.git (github adresi)
• git push -u origin master