Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6577033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:35:06+00:00 2026-05-25T15:35:06+00:00

How do I upload an entire Visual Studio project(200 files) into GIT? I don’t

  • 0

How do I upload an entire Visual Studio project(200 files) into GIT?
I don’t want to have to do one file at a time.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:35:07+00:00Added an answer on May 25, 2026 at 3:35 pm

    What I do is, I start a repository in the working dir that I wanted to ad (Git -> Init from the context menu).

    I go to ‘Git -> Diff’ (make sure ‘Show unversioned files’ and ‘Show whole tree’ are ticked).

    I select all the files to be added at once (multiselect using ctrl-click or shift-click for contiguous region)). Right-click to add. The files are now displayed in the top part of the screen.

    I usually take the effort to ignore or delete the remaining files. When you choose to ignore a file, you get the option to ignore the specific path or all files with the same extension. Click refresh button to see the effect of new ignores.

    Hint

    Sometimes it is more practical to do some ignores up front in order to trim the list of unversioned files shown (make sure that ‘Show ignored files’ is _un_ticked). For Visual Studio projects, *.pdb, bin/, obj/, ‘Debug/’ etc. come to mind.

    Finally, click the commit button, and you’re done (enter message and click ok).

    Alternative:

    If you have many projects like this to add, you’d drop into a shell (like git-bash):

    cat >> .gitignore <<HERE
    *.user
    *.suo
    _Resharper*
    Debug
    Release
    *scc
    # be creative
    HERE
    
    git init .
    git add .
    git commit -am 'initial import'
    

    Done

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to do a file upload without posting an entire form. The file
I have a form where users can upload Pdf files(about 30 pages to one
I have a form where users can upload Pdf files(about 30 pages to one
I have a web application that lets users upload entire .html files to my
I want to upload and then process a file in a Ruby on Rails
I have a File Uploader in my ASP.NET application Using C#, we can upload
I currently have a PHP script I use to upload image files but I'm
Scenario : I have an ASP.NET MVC application developed in Visual Studio 2008. There
We have a site where users upload files, some of them quite large. We've
I am trying to upload big files with drag and drop. I have this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.