Execute advanced version control workflows required for collaborative engineering environments.
Create a dummy repository, add 10 commits (with one containing a bug), use git rebase to squash the first 3 commits, and use git bisect to find the buggy commit.