Skip to content

Instantly share code, notes, and snippets.

@mattboldt
Created August 13, 2018 18:57
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 mattboldt/4ee86f5e2af79160516f2bc1f81b210f to your computer and use it in GitHub Desktop.
Save mattboldt/4ee86f5e2af79160516f2bc1f81b210f to your computer and use it in GitHub Desktop.
Route differ
git checkout ams_master
rake routes | cat > routes1.txt

git checkout organize_routes
rake routes | cat > routes2.txt

diff -u routes1.txt routes2.txt
#=> no diff results!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment