{"id":22772674,"url":"https://github.com/mohitpimoli/upload-folders-to-github","last_synced_at":"2025-03-30T12:27:59.088Z","repository":{"id":230328510,"uuid":"779106908","full_name":"MohitPimoli/Upload-Folders-to-GitHub","owner":"MohitPimoli","description":"This repository will tell you how to upload multiple Folders or a Project to GitHub Repository.","archived":false,"fork":false,"pushed_at":"2024-10-13T05:02:31.000Z","size":670,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T14:18:19.803Z","etag":null,"topics":["file-upload-github","github","github-folder-upload","upload-files-folder-to-github"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohitPimoli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-29T03:49:20.000Z","updated_at":"2024-10-14T02:32:36.000Z","dependencies_parsed_at":"2024-03-29T04:39:22.420Z","dependency_job_id":"09024f56-0082-4b3c-83ef-828080f6915b","html_url":"https://github.com/MohitPimoli/Upload-Folders-to-GitHub","commit_stats":null,"previous_names":["mohitpimoli/upload-folders-to-github"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohitPimoli%2FUpload-Folders-to-GitHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohitPimoli%2FUpload-Folders-to-GitHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohitPimoli%2FUpload-Folders-to-GitHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohitPimoli%2FUpload-Folders-to-GitHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohitPimoli","download_url":"https://codeload.github.com/MohitPimoli/Upload-Folders-to-GitHub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246318212,"owners_count":20758113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["file-upload-github","github","github-folder-upload","upload-files-folder-to-github"],"created_at":"2024-12-11T17:09:19.176Z","updated_at":"2025-03-30T12:27:59.065Z","avatar_url":"https://github.com/MohitPimoli.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upload-Folder-to-GitHub\nThis repository will tell you how to upload multiple Folders or a Project to GitHub repository.\n\n---\n\n## Follow these steps to upload multiple folder or a project  to  GitHub repository:\n\n#### Note Download Git Bash First. Ignore if already Downloaded.\n\n[Git Bash](https://git-scm.com/downloads)\n\n1. Open Git Bash CLI.\n2. Navigate to the desired Folder or Project.\n    ```bash\n    cd /path/to/your/project\n    ```\n3. Initialize a Git repository in your project directory:\n    ```bash\n    git init\n    ```\n4. Create a new file called LICENSE in your project directory, and copy the text of the desired License into this file. You can find the License text on internet. ( Optional Step. )\n    ```bash\n    nano LICENSE\n    ```\nPaste the text inside and save it by pressing Ctrl+x \u003e\u003e\u003e then  y \u003e\u003e\u003e then  Enter.\n\n5. Add all your project files to the Git repository:\n   - For adding all files at once use.\n        ```bash\n        git add .\n        ```\n    - For adding one file at a time use.\n       ```bash\n        git add \u003cfile_name\u003e\n        ```\n7. Commit your files to the repository:\n    ```bash\n    git commit -m \"Your Commit\"\n    ```\n\n8. Create a new repository on GitHub. Make sure to not initialize it with a README, .gitignore, or License. This is because you are pushing an existing repository.\n\n9. Link the local repository to the remote repository:\n    ```bash\n    git remote add origin https://github.com/username/new-repo.git\n    ```\nReplace https://github.com/username/new-repo.git with the URL of your newly created GitHub repository.\n\n9. Rename your current branch to master:\n    ```bash\n    git branch -m main master\n    ```\n10. Push your local repository to GitHub:\n    ```bash\n    git push -u origin master\n    ```\n    \n---\n\n## Git Cheat Sheet\n\n[Have a look](https://github.com/MohitPimoli/Upload-Folders-to-GitHub/blob/main/Git%20and%20Git%20Hub.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitpimoli%2Fupload-folders-to-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohitpimoli%2Fupload-folders-to-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitpimoli%2Fupload-folders-to-github/lists"}