pushing existing code to github code example
Example 1: git push existing code to new repository
git remote add origin <remote repository URL>
Example 2: pushing existing project to github
git remote add origin
https://github.com/masd11/FinraDeck.git (github adresi)
• git push -u origin master