git remote add origin https://github.com/a6888b/Projet.git code example
Example 1: adding remote origin git
git remote add origin <link>
Example 2: github add new origin
git init .
git remote add origin <http/someURL>
git pull origin master
git remote add origin <link>
git init .
git remote add origin <http/someURL>
git pull origin master