Forethinker
Forethinker

Reputation: 3788

`git add -u` on JetBrains IDEs

I am currently using PyCharm and there seems to be no option for git add -u. I also do not see explicit commands that affect git index. Is this because I did not look hard enough? Or does PyCharm and other JetBrains IDEs shy away from it and rely more on the local history, which is pretty powerful itself?

Upvotes: 0

Views: 85

Answers (1)

Nafiul Islam
Nafiul Islam

Reputation: 82590

This feature does not exist yet. You're going to have to go into your directory using CMD or Terminal and then use git to do what you need it to do. Those changes however, will show up in PyCharm

Upvotes: 1

Related Questions