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

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

    How to add my current project to an already existing GitHub repository Asked 12 years, 6 months ago Modified 5 months ago Viewed 329k times

  3. How to add a new project to Github using VS Code

    This was the exact answer I was looking for. Specifically adding a new project to github without leaving the Visual Studio Code interface.

  4. 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 …

  5. git - Upload file > 25 MB on Github - Stack Overflow

    I have a file that I want to add to Github. Its size is more than 25 MB limit of github. It is a csv file. How can I upload it on Github. Steps followed till now $ cd path_of_directory $ git lfs

  6. How Do I Upload Eclipse Projects to GitHub? - Stack Overflow

    I have code in Eclipse that I'd like to upload to GitHub but so far I can't figure out how. It says "create a repository" but that looks more like a folder that holds your projects and I'm not sure...

  7. git - Push existing project into Github - Stack Overflow

    I have a folder with my project sources. How I can push this project into Github's repository? I tried using this steps: I created empty repository on GitHub. I run git-bash and typed git init, so

  8. How to upload folders on GitHub - Stack Overflow

    Nov 21, 2016 · 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?

  9. How can I upload my project's Git repository to GitHub?

    Jul 13, 2011 · I have installed the Git EXE file for Windows at my machine. I have also created my account at GitHub. My requirement is simple—how do I upload my project, say one folder and …

  10. How to upload more than 100 files at once in github?

    Apr 14, 2017 · There is no way to send an archived file and extract it in GitHub. However, Like Fake Name said, you need to download Git on your system and use it to send your files to …