How to deal with files outside IntelliJ project with Git? -
i have intellij project inside folder under git control. i.e. there plenty of files outside of project, can pushed , on.
is possible track them intellij too, i.e. push, pull etc?
you can go settings | version control , specify root directory, or multiple directories, managed intellij vcs integration. you'll see modified , unversioned files in directories in changes view, , you'll able perform vcs operations them.
Comments
Post a Comment