phpstorm Git commit directory adds other directories -


i using ide phpstorm github support.

i have made changes files in directory. want commit , push changes.

on folder press: rightclick > git > commit directory

up untill has worked, commits file other directories.

next that, files have turned red, when press compare branch files show no changes.

any idea causing behaviour , how can commit directory?

in phpstorm, files appear in red not part of git repository. files green (modified files) or blue (new files). should review files in 1: project pane of phpstorm make sure have right files in repository begin with.

next, visit 9: version control pane of phpstorm review status of new or modified files. enable directory view here clicking [folder] icon (see screenshot). click expand all icon (first option, top of right column in 9: version control pane) reveal of files git thinks need commit. here, right-click folder (or individual files!) want commit , let rip!

important: folders have added git appear in 9: version control pane, if haven't added individual folders git yet, can't commit them.

enter image description here

because git incredibly efficient @ storing changes files, best commit files anyways, can pick folders or individual files commit here @ will.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -