Skip to content

Instantly share code, notes, and snippets.

View bryanjamesmiller's full-sized avatar

Bryan Miller bryanjamesmiller

  • Kirschbaum Development Group, LLC
View GitHub Profile
@bryanjamesmiller
bryanjamesmiller / Contract Killer 3.md
Created August 12, 2017 02:57 — forked from tony-caffe/Contract Killer 3.md
The latest version of Bytes Unlimted ‘killer contract’ for web professionals

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Revised by Bytes Unlimited : June 14th 2017

@bryanjamesmiller
bryanjamesmiller / git-recover-branch.md
Created May 20, 2016 16:05 — forked from jbgo/git-recover-branch.md
How to recover a git branch you accidentally deleted

UPDATE: A better way! (August 2015)

As pointed out by @johntyree in the comments, using git reflog is easier and more reliable. Thanks for the suggestion!

 $ git reflog
1ed7510 HEAD@{1}: checkout: moving from develop to 1ed7510
3970d09 HEAD@{2}: checkout: moving from b-fix-build to develop
1ed7510 HEAD@{3}: commit: got everything working the way I want
70b3696 HEAD@{4}: commit: upgrade rails, do some refactoring