{"id":15389309,"url":"https://github.com/tpluscode/git-bisect-example","last_synced_at":"2025-10-15T10:29:35.429Z","repository":{"id":82631245,"uuid":"82459665","full_name":"tpluscode/git-bisect-example","owner":"tpluscode","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-19T13:09:27.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T21:45:39.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpluscode.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-19T13:08:17.000Z","updated_at":"2017-02-19T13:08:29.000Z","dependencies_parsed_at":"2023-03-12T16:19:10.563Z","dependency_job_id":null,"html_url":"https://github.com/tpluscode/git-bisect-example","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"ba06a9474d946918fa092d3374a7773ba6d806aa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Fgit-bisect-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Fgit-bisect-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Fgit-bisect-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Fgit-bisect-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpluscode","download_url":"https://codeload.github.com/tpluscode/git-bisect-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325697,"owners_count":20920715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T14:59:59.230Z","updated_at":"2025-10-15T10:29:30.386Z","avatar_url":"https://github.com/tpluscode.png","language":"C#","readme":"# Example of `git bisect`\n\nManually:\n\n```\ngit bisect start\ngit bisect bad\ngit bisect good 6ad9aad\n\n// build\n// run Kalkulator.exe 3 - 3\n\n// should return 0, buggy builds return 6\ngit bisect good/bad\n```\n\nAutomatic:\n\n```\ngit bisect start HEAD 6ad9aad\ngit bisect run ../bisect.sh\n```\n\n`bisect.sh`:\n\n``` sh\n#!/bin/sh\n\ndotnet build ./src/Kalkulator || exit 125\n\n./src/Kalkulator/bin/Debug/netcoreapp1.0/win7-x64/Kalkulator.exe 3 - 3 | grep 0\n```\n\nWhen done:\n\n```\ngit bisect reset\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpluscode%2Fgit-bisect-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpluscode%2Fgit-bisect-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpluscode%2Fgit-bisect-example/lists"}