About 50 results
Open links in new tab
  1. How to upload folders on GitHub - Stack Overflow

    May 13, 2024 · How can I upload folders to GitHub? I have all of my code in a folder, containing 98 files, on my desktop. I know how to upload files, but it there a way to upload the entire folder?

  2. How to upload folders into my github repository? - Stack Overflow

    Mar 26, 2017 · 4 I want to upload a folder which contains another folder inside of it. When i tried dragging folder, it says that "something went really wrong, and we can't proccess that file.". How do i …

  3. How do I add files and folders into GitHub repos?

    Jan 8, 2012 · I created an account on GitHub and I'm facing a problem with adding files. I have added readme.txt. Also, I have 3 other PHP files and a folder including images. How do I add the files and …

  4. How do I create a folder in a GitHub repository? - Stack Overflow

    I want to create a folder in a GitHub repository and then add files to that folder. How do I achieve this?

  5. How to upload a project to GitHub - Stack Overflow

    Oct 9, 2012 · After checking How can I upload my project's Git repository to GitHub?, I still have no idea how to get a project uploaded to my GitHub repository. I created a repository and want to upload my …

  6. Uploading a project to GitHub using the command line

    Jan 28, 2018 · How do I upload a project to GitHub through the command line? I have installed Git on Windows. I am uploading my project by creating a new repository, but it did not upload by command …

  7. How to upload a local directory as a GitHub repository

    Aug 27, 2018 · I am new to Git, I have a project that I did locally, and I want it on GitHub in a repository. How can I achieve this, because GitHub only has 'Upload Files', not an upload folder kind of option?

  8. How do I push local folder into new Github repository?

    Apr 23, 2021 · The issue is when I am trying to push my new local folder (which is my portfolio) , the previous repository that I was working on github being pushed together How can I push my existing …

  9. git - How to upload sub folders on GitHub - Stack Overflow

    Jul 14, 2019 · How to upload folders on GitHub after I have created a repository, I need to upload a folder inside my repository? How will I be able to do that using git-bash or from terminal?

  10. git - upload files to a branch in github - Stack Overflow

    What I want to do is upload folders to my organization's github repository. There already exists a repo, and I want to create a branch and upload my files and folders in that branch.