Skip to content

Instantly share code, notes, and snippets.

@aereal
Created March 15, 2012 16:53
Show Gist options
  • Save aereal/2045252 to your computer and use it in GitHub Desktop.
Save aereal/2045252 to your computer and use it in GitHub Desktop.
rails g model とかで自動生成したあとにコミットをつくる
git add -A && git commit -m "Generate with: $ $(fc -ln -1)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment