I would like to transfer a local repo to another repo already located in github. I did : git clone http:xxxxxx --> files transfered At the repo, i created a folder with one file
$ git add .
$ git commit -m "xxx"
$ git push (or git push origin master)
Here is the message on my terminal :
Could you help me ?