/gist:c672d912a051447dfb03 Secret
Created
February 7, 2012 21:36
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ╰─$ git status | |
| # On branch develop | |
| # Untracked files: | |
| # (use "git add <file>..." to include in what will be committed) | |
| # | |
| # app/assets/javascripts/categories.js.coffee | |
| # app/assets/stylesheets/categories.css.scss | |
| # app/controllers/categories_controller.rb | |
| # app/helpers/categories_helper.rb | |
| # app/models/category.rb | |
| # app/views/categories/ | |
| # db/migrate/20120207052626_create_categories.rb | |
| # test/fixtures/categories.yml | |
| # test/functional/categories_controller_test.rb | |
| # test/unit/category_test.rb | |
| # test/unit/helpers/categories_helper_test.rb | |
| nothing added to commit but untracked files present (use "git add" to track) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment