Specialty / 3rd wave • - Origin • - Varieties • - Roasting • - How to make at home • - How to make at home if you’re an idiot • - Inspired by blog post
ci-status Show the status of GitHub checks for a commit compare Open a compare page on GitHub create Create this repository on GitHub delete Delete a repository on GitHub fork Make a fork on GitHub and add as remote issue List or create GitHub issues pr List or checkout GitHub pull requests pull-request Open a pull request on GitHub release List or create GitHub releases sync Fetch from upstream and update branches
98425d233 Add nice feature f 7f7d6a880 FFFuuuu specs failures # p, pick = use commit # r, reword = use commit, edit commit message # e, edit = use commit, stop for amending # s, squash = use commit, meld into previous # f, fixup = like "squash", but discard message # x, exec = run command # d, drop = remove commit # If you remove a line THAT COMMIT WILL BE LOST
git bisect start › git bisect good c09c728 › git bisect bad e6a0692 # give a command to run against each commit › git bisect run rspec spec/my_broken_spec.rb