Tools & IDEs

IDE and Tools - IntelliJ IDEA, Gradle, Maven, Git, Draw.io, MySQL, RabbitMQ

Delete accidentally added .idea folder from git repository

Upasana | March 21, 2019 | 1 min read | 592 views

Sometimes we accidentally add files to git repository that were not really required. using git command line we can remove these files from repository keeping the local copy as it is.

Read Article