After modifying the file in idea, why not use add, to commit directly?

Did idea do

automatically?

Mar.11,2021

any file submission has to go through add before going to commit. Idea has the function of automatic add. It is fine to modify it in version Control and not automatically add .


22:11:02.439: [project-name] git -c core.quotepath=false -c log.showSignature=false add --ignore-errors -- src/main/java/Sorting.java
22:11:39.504: [project-name] git -c core.quotepath=false -c log.showSignature=false commit --only -F C:\Users\Administrator\AppData\Local\Temp\git-commit-msg-.txt -- src/main/java/Sorting.java

you can see that the add operation has been done automatically. You can look at the console under the version control column in IDEA to see the git statement printed by IDEA

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a5d2-2c211.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a5d2-2c211.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?