locked
How can I add new folder created inside the project in GitHub Repository RRS feed

  • Question

  • User-1355965324 posted

    I have added new repository in GitHub and I have added the project in to that repository. But newly created folder does not being updated in to that repository. How can I add new folder of the project in to the GitHub repo.

    Pol

    Saturday, May 2, 2020 3:10 PM

All replies

  • User-474980206 posted

    Commit to you local repo, than push your local repo to the github remote. If you don’t have a local repo, clone the remote add the folder, commit and push.

    note: you can not modify remotes directly except to delete or prune a branch.

    Saturday, May 2, 2020 6:31 PM