How to add my current project to an already existing GitHub repository

后端 未结 6 1030
南笙
南笙 2021-01-29 23:01

I\'m very new to Git. I\'ve been searching for an answer, but I couldn\'t find one.

In my computer I have a project folder like this:

project_a
--some_fo         


        
6条回答
  •  天涯浪人
    2021-01-29 23:36

    I think it is very preferable if you first pull the existing Github repo on the local and then add the new files to the Github repo

    This link will help: https://stackoverflow.com/a/61285076/5840973

提交回复
热议问题