Skip to content

Instantly share code, notes, and snippets.

@SammyLin
Created January 12, 2012 01:45
Show Gist options
  • Save SammyLin/1597979 to your computer and use it in GitHub Desktop.
Save SammyLin/1597979 to your computer and use it in GitHub Desktop.
[~/Dropbox/RubyProject/tcoc] (master) 39h18m $ git status
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# app/assets/javascripts/ad_lists.js.coffee
# app/assets/stylesheets/ad_lists.css.scss
# app/controllers/.application_controller.rb.swp
# app/controllers/.articles_controller.rb.swp
# app/controllers/.categories_controller.rb.swp
# app/controllers/ad_lists_controller.rb
# app/controllers/admin/.DS_Store
# app/controllers/admin/adlists_controller.rb
# app/helpers/ad_lists_helper.rb
# app/models/ad.rb
# app/models/adlist.rb
# app/views/admin/ad_lists/
# db/migrate/.20120111082412_create_ad_lists.rb.swp
# db/migrate/20120111082412_create_ad_lists.rb
# db/migrate/20120111083641_create_ads.rb
# test/fixtures/ad_lists.yml
# test/fixtures/ads.yml
# test/functional/ad_lists_controller_test.rb
# test/unit/ad_list_test.rb
# test/unit/ad_test.rb
# test/unit/helpers/ad_lists_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