Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created November 11, 2014 20:12
Show Gist options
  • Save dufferzafar/e7b75ddffee96927f439 to your computer and use it in GitHub Desktop.
Save dufferzafar/e7b75ddffee96927f439 to your computer and use it in GitHub Desktop.
Using Git Bisect
Welcome to cmder! customized by dufferzafar
D:\Github\IdeaBin (sql)
λ git bisect start
D:\Github\IdeaBin (sql)
λ gl
7e74633 2014-11-07 5 days ago Added frontend SQL queries (HEAD, origin/sql, sql)
a575c5c 2014-11-07 5 days ago comments SQL queries updated
d34b316 2014-11-07 5 days ago users SQL queries updated
688c0a7 2014-11-07 5 days ago tags SQL queries updated
bcf8d1d 2014-11-07 5 days ago ideas SQL queries updated
210b6cd 2014-11-05 7 days ago Convert uuid to hexadecimal string
706d3b5 2014-11-03 8 days ago SQL queries for comments
56414ae 2014-11-03 8 days ago SQL queries for tags
2cf09f8 2014-11-03 8 days ago SQL queries for users
f491f38 2014-11-03 8 days ago SQL queries for ideas
e932c22 2014-11-02 10 days ago Added a RAW query to fetch ideas
e3d030a 2014-11-12 38 minutes ago Added frontend views for notifications (origin/notifs, origin/master, origin/HEAD, notifs, master) 99dcbbd 2014-11-12 39 minutes ago Added API view for notifications
a31fc72 2014-11-12 40 minutes ago Create a notification whenever a user creates an Idea
0d45902 2014-11-12 47 minutes ago Added Alembic script for NotifIdeaByUser
a7d358f 2014-11-12 49 minutes ago Updated NotifIdeaByUser model
c0e063f 2014-11-09 3 days ago Model for notification of new idea by a user
ad4365f 2014-11-09 3 days ago Added get functions and basic property to models
a174ca5 2014-11-07 4 days ago Search page now works
0772e0d 2014-11-07 5 days ago Added a search view
D:\Github\IdeaBin (sql)
λ gbg e3d030a
D:\Github\IdeaBin (sql)
λ gbb 7e74633
Bisecting: 5 revisions left to test after this (roughly 3 steps)
[706d3b585653321fe0f1ecfe19890a8f9881c29a] SQL queries for comments
D:\Github\IdeaBin ((no branch, bisect started on sql))
λ gbg
Bisecting: 2 revisions left to test after this (roughly 2 steps)
[688c0a7ef6972e77d031d445b61329352f6e1760] tags SQL queries updated
D:\Github\IdeaBin ((no branch, bisect started on sql))
λ gbb
Bisecting: 0 revisions left to test after this (roughly 1 step)
[bcf8d1df345acd363f99ff4e4e9b9a60f85c9910] ideas SQL queries updated
D:\Github\IdeaBin ((no branch, bisect started on sql))
λ gbb
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[210b6cd026d4e65683eac66e77adc0b2e3eeec53] Convert uuid to hexadecimal string
D:\Github\IdeaBin ((no branch, bisect started on sql))
λ gbb
210b6cd026d4e65683eac66e77adc0b2e3eeec53 is the first bad commit
commit 210b6cd026d4e65683eac66e77adc0b2e3eeec53
Author: Shadab Zafar <dufferzafar0@gmail.com>
Date: Wed Nov 5 13:14:22 2014 +0530
Convert uuid to hexadecimal string
:040000 040000 3cdf70aebd3aead9cffd7efd5789f20014ecbfde 8479f15ffdcc4f30c78f89a92a1fa58a66e0cecf M misc
:040000 040000 cdb4a27cccde69b1d6e9f6ee645aa48abe701300 5d1a44c56d7cb2c672c9ca4a9a4439f359e52e79 M server
D:\Github\IdeaBin ((no branch, bisect started on sql))
λ gbr
Previous HEAD position was 210b6cd... Convert uuid to hexadecimal string
Switched to branch 'sql'
D:\Github\IdeaBin (sql)
λ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment