Skip to content

Instantly share code, notes, and snippets.

@Epictetus
Forked from aereal/gist:2045252
Created March 15, 2012 18:34
Show Gist options
  • Save Epictetus/2045897 to your computer and use it in GitHub Desktop.
Save Epictetus/2045897 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