Replies: 2 comments
-
That is a great explanation of the feature that we wanted in our project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have done something like this before...
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using file-glob patterns to determine when to rebuild (rerun task) is far from easy but on the other hand using git ability to detect changes is a very powerful feature, as users already have
.gitignore
exclude patterns added and the tool is more likely to be able to quickly detect a state change.Is there a way to use git to determine these? Does anyone have some practical examples?
Beta Was this translation helpful? Give feedback.
All reactions