About 374,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. How Do I Upload Eclipse Projects to GitHub? - Stack Overflow

    91 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 …

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

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

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

    Open your Terminal, access to this folder and write: git init git add . git commit -m "my commit" git remote set-url origin [email protected]:username/repo.git git push origin main

  6. How to push a new code to an existing git repository in github

    15 I need to push my modified new java code to my old git repository in github but I do not have old code in my pc. How to do that? I had push a code before my github account before. Now I …

  7. git - Import existing source code to GitHub - Stack Overflow

    Apr 9, 2016 · How can I import source code from my computer to my GitHub account?

  8. git - How can I upload fresh code at github? - Stack Overflow

    May 19, 2010 · 1 In Linux use below command to upload code in git 1 ) git clone repository ask for user name and password. 2) got to respositiory directory. 3) git add project name. 4) git …

  9. How to add an Android Studio project to GitHub [duplicate]

    I have a project in Android Studio. I want to add that project to a GitHub repository using android studio. How can I do that?

  10. GitHub Copilot and Privacy - Stack Overflow

    Apr 21, 2023 · Code Snippets Data Depending on your preferred telemetry settings, GitHub Copilot may also collect and retain the following, collectively referred to as “code snippets”: …