how to link your github to a terminal code example
Example 1: how to set up git for github
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
Example 2: how to push existing project to github
git remote add origin
https://github.com/asd/FinraDeck.git (github adresi)
• git push -u origin master