summaryrefslogtreecommitdiff
path: root/src/content/tils/2020/11/12/git-bisect-automation.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/tils/2020/11/12/git-bisect-automation.adoc')
-rw-r--r--src/content/tils/2020/11/12/git-bisect-automation.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/tils/2020/11/12/git-bisect-automation.adoc b/src/content/tils/2020/11/12/git-bisect-automation.adoc
index d068fc1..936d042 100644
--- a/src/content/tils/2020/11/12/git-bisect-automation.adoc
+++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc
@@ -3,6 +3,7 @@ export sort=1
////
= Git bisect automation
+:categories: git
It is good to have an standardized way to run builds and tests on the repository
of a project, so that you can find when a bug was introduced by using