About 453,000 results
Open links in new tab
  1. 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?

  2. github - How to add folders to git repository? - Stack Overflow

    Sep 5, 2019 · The project folder actually contains two separate folders: the first one is for the client, and the second one for the server. Of course, to achieve that goal , the first step is to …

  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 …

  4. git - How to add my current project to an already existing GitHub ...

    Now, inside "workspace" folder you have two folders: "existing" which contains the code from the existing repo and "new" which contains the code you want to add to an existing repo. Now, …

  5. Recursively add the entire folder to a repository - Stack Overflow

    Dec 27, 2018 · In my case, there was a .git folder in the subdirectory because I had previously initialized a git repo there. When I added the subdirectory it simply added it as a subproject …

  6. Creating folders inside a GitHub repository without using Git

    I want to add a new folder to my newly created GitHub repository without installing the Git setup for (Mac, Linux, or Windows). Is it possible to do so? I can't have Git all the time with me when I...

  7. How do I add an empty directory to a Git repository?

    Sep 22, 2008 · Create your empty directory: $ mkdir path/to/empty-folder Add it to the index using a plumbing command and the empty tree SHA-1: $ git update-index --index-info 040000 tree …

  8. how to git commit a whole folder? - Stack Overflow

    Here is a folder, which contains a lot of .java files. How can I git commit this folder? If I do the following commands git add folder_name git commit folder_name -m "commit operation" I...

  9. github - How to git add a whole folder - Stack Overflow

    Jun 1, 2017 · To your other question, adding whole folders is fine, but only relevant when adding sub -folders. Again, you can't git add the folder that is your repository (my_folder above). $ cd …

  10. 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?