Skip to content

Instantly share code, notes, and snippets.

@palimondo
Last active April 21, 2017 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palimondo/a4a934e067a99cb1a336b4368dee11c0 to your computer and use it in GitHub Desktop.
Save palimondo/a4a934e067a99cb1a336b4368dee11c0 to your computer and use it in GitHub Desktop.
git reflog
01e433aa7e HEAD@{0}: checkout: moving from master to compare-performance
53305f1e58 HEAD@{1}: checkout: moving from compare-performance to master
01e433aa7e HEAD@{2}: pull: Merge made by the 'recursive' strategy.
2f713745c3 HEAD@{3}: commit (amend): Refactoring: Condensed HTML formatting, extracted Markdown formatting and list computations
a6fb2869ac HEAD@{4}: checkout: moving from master to compare-performance
53305f1e58 HEAD@{5}: rebase finished: returning to refs/heads/master
53305f1e58 HEAD@{6}: rebase: checkout FETCH_HEAD
095083e0e8 HEAD@{7}: reset: moving to HEAD
095083e0e8 HEAD@{8}: reset: moving to HEAD~
2ba3a812b5 HEAD@{9}: reset: moving to HEAD
2ba3a812b5 HEAD@{10}: reset: moving to HEAD
2ba3a812b5 HEAD@{11}: checkout: moving from compare-performance to master
a6fb2869ac HEAD@{12}: reset: moving to HEAD~1
8061b51dfa HEAD@{13}: pull mine compare-performance: Merge made by the 'recursive' strategy.
a6fb2869ac HEAD@{14}: commit: Refactoring: Exctracted Markdown formatting, exctacted list computations
a17551d7d2 HEAD@{15}: checkout: moving from master to compare-performance
2ba3a812b5 HEAD@{16}: checkout: moving from compare-performance to master
a17551d7d2 HEAD@{17}: reset: moving to HEAD
a17551d7d2 HEAD@{18}: commit: Refactored Markdown formatting
aa73f421ad HEAD@{19}: rebase finished: returning to refs/heads/compare-performance
aa73f421ad HEAD@{20}: rebase: Addressed python style issue raised during review
2ba3a812b5 HEAD@{21}: rebase: checkout master
3aedb4b874 HEAD@{22}: commit: Addressed python style issue raised during review
d0983b4e8c HEAD@{23}: checkout: moving from master to compare-performance
2ba3a812b5 HEAD@{24}: reset: moving to HEAD^
2057714361 HEAD@{25}: commit: Addressed python style issue raised during review
2ba3a812b5 HEAD@{26}: merge compare-performance: Merge made by the 'recursive' strategy.
095083e0e8 HEAD@{27}: rebase finished: returning to refs/heads/master
095083e0e8 HEAD@{28}: rebase: checkout FETCH_HEAD
27eabd4fb5 HEAD@{29}: checkout: moving from compare-performance to master
d0983b4e8c HEAD@{30}: commit: Fix SR-4590 compare_perf_tests.py fails when new benchmarks are added
10eaa23496 HEAD@{31}: commit (amend): Fix SR-4598 Add option to run subset of benchmarks matching a prefix
de9121c3f4 HEAD@{32}: commit: Added option to execute all benchmarks whose name matches prefix
5a1667092c HEAD@{33}: commit: Fix: SR-4597 Benchmark results have wrong MEAN, MEDIAN and SD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment