Created
September 29, 2009 19:30
-
-
Save wiscoDude/197211 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
philip-crawfords-computer:/Development/imbyinfo dude$ git status | |
# On branch master | |
# Changed but not updated: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
# modified: app/controllers/tags_controller.rb | |
# modified: app/controllers/users_controller.rb | |
# modified: app/models/event.rb | |
# modified: app/models/gig.rb | |
# modified: app/models/user.rb | |
# modified: app/views/events/_event.html.haml | |
# modified: app/views/events/index.html.haml | |
# modified: app/views/events/list.html.haml | |
# modified: app/views/gigs/index.html.haml | |
# modified: app/views/layouts/application.html.erb | |
# modified: app/views/tags/show.html.haml | |
# modified: app/views/users/_form.html.haml | |
# modified: app/views/users/_member.html.haml | |
# modified: app/views/users/_memberdetails.html.haml | |
# modified: app/views/users/_memberlinks.html.haml | |
# modified: app/views/users/contact_member.html.haml | |
# modified: config/routes.rb | |
# modified: features/step_definitions/webrat_steps.rb | |
# modified: features/support/env.rb | |
# modified: features/support/paths.rb | |
# modified: public/javascripts/modal.js | |
# modified: public/javascripts/nonmodal_popup.js | |
# modified: public/stylesheets/base.css | |
# | |
# Untracked files: | |
# (use "git add <file>..." to include in what will be committed) | |
# | |
# RevenueIdeas.txt | |
# Why Imby RIGHT NOW.txt | |
# _todo.txt | |
# app/controllers/endorsements_controller.rb | |
# app/helpers/endorsements_helper.rb | |
# app/models/endorsement.rb | |
# app/views/endorsements/ | |
# app/views/users/_modal_link.html.haml | |
# commit | |
# db/migrate/20090913195754_create_endorsements.rb | |
# db/migrate/20090919162925_add_description_to_endorsements.rb | |
# features/create_event.feature | |
# features/endorsement.feature | |
# features/step_definitions/authentication_steps.rb | |
# features/step_definitions/endorsement_steps.rb | |
# features/step_definitions/event_steps.rb | |
# features_for_programmer.txt | |
# ideas.txt | |
# public/images/prototip/ | |
# public/javascripts/contact.txt | |
# public/javascripts/modal_popup.js | |
# public/javascripts/single_modal.js | |
# rails_questions.txt | |
# server | |
# tasks.txt | |
# whyimby.txt | |
no changes added to commit (use "git add" and/or "git commit -a") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment