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

  • Home
  • SEARCH
  • 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 4611798
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:18:59+00:00 2026-05-22T01:18:59+00:00

I use phpstorm as my IDE, it has git version control integration built in

  • 0

I use phpstorm as my IDE, it has git version control integration built in so I have never needed to use the command line.

However I have run into a problem, a few times when I have been prompted “Do you wish to add this file/directory to git version control” I have clicked no, Hence I have some folders and files all over the place that are not under the control.

I am wondering if there is a command I can run that will add all these files to the version control for me?

  • 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-22T01:19:00+00:00Added an answer on May 22, 2026 at 1:19 am

    Get to a command line and change your working directory to your git repository.

    $ cd /home/wesley/dev/mytwitterbook
    

    Stage everything in the working directory and subdirectories

    $ git add .
    

    The next time you commit, everything that has not been .gitignore‘d will be added to version control.


    NB: git add . will also stage any files that are already version controlled. If you’ve made changes to any files since your last commit, you may want to avoid committing them. If so, stash your changes first:

    $ git stash  # set aside any changes in VC'd files
    $ git add .
    $ git stash pop  # restore stashed changes
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use the VS2008 command prompt for builds, TFS access etc. and the cygwin
use case example I have a servlet that is receiving login requests. If a
use javascript or other method ? have any recommendation?
I use code belows for dump a specific schema, before dumped it has 4
I use PhpStorm to edit PHP files and configuration files for Apache. How to
I have an object User that has attributes whose accessability is declared as protected
use strict; use warnings; open(FILE1, /cygdrive/c/cpros/mola.txt); my $line = <FILE1>; print $line; close(FILE1); open(FILE1,
use strict; use warnings; open(FILE1,/cygdrive/c/cpros/karthik/molk.txt); my $line = < FILE1 > ; print $line
'''use Jython''' import shutil print dir(shutil) There is no, shutil.move, how does one move
Use case: A does something on his box and gots stuck. He asks B

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.