Skip to content

Instantly share code, notes, and snippets.

@elcontrastador
Created August 15, 2011 07:35
Show Gist options
  • Save elcontrastador/1145855 to your computer and use it in GitHub Desktop.
Save elcontrastador/1145855 to your computer and use it in GitHub Desktop.
[tenderbak (master)]$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: features/backup_extension.feature
# modified: features/step_definitions/file_extension_steps.rb
# new file: lib/backup.rb
# modified: lib/backup/extension.rb
# modified: spec/backup/extension_spec.rb
# new file: spec/backup_spec.rb
# modified: spec/spec_helper.rb
#
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: features/backup_extension.feature
# deleted: features/file_extension.feature
# modified: features/step_definitions/file_extension_steps.rb
# modified: lib/backup/extension.rb
# modified: spec/backup/extension_spec.rb
# modified: spec/spec_helper.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment