The project I'm working on has many branches that at some point are going to be merged to master, and whenever I switch branches with the application running it starts building for each modified file.
Ex.: if I change to a branch that has 100 files different from master, the application will build 100 times.
It would be nice if the application could wait, like, 1 second for files to change to build.
The project I'm working on has many branches that at some point are going to be merged to master, and whenever I switch branches with the application running it starts building for each modified file.
Ex.: if I change to a branch that has 100 files different from master, the application will build 100 times.
It would be nice if the application could wait, like, 1 second for files to change to build.