Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@keroxp
Created January 9, 2016 10:48
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 keroxp/6df355dbddf735ca8741 to your computer and use it in GitHub Desktop.
Save keroxp/6df355dbddf735ca8741 to your computer and use it in GitHub Desktop.
GithubのIssueページからfixedコミットメッセージを生成するブックマークレット
javascript:prompt("",function(){ var a = document.title.match(/^(.+)?· Issue (#\d+)/); return "fixed " + a[2] +" " + a[1]; }());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment