Created
August 15, 2011 07:35
-
-
Save elcontrastador/1145855 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
[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