/gist:6d1913771e6ad21f5664 Secret
Created
January 30, 2015 17:17
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
| JOHHHNYYYYs-MacBook-Pro:blah JOHNNY$ git checkout -b fix_9-add-10freesites-withcoupon | |
| M dump.rdb | |
| Switched to a new branch 'fix_9-add-10freesites-withcoupon' | |
| JOHHHNYYYYs-MacBook-Pro:blah JOHNNY$ rm dump.rdb | |
| JOHHHNYYYYs-MacBook-Pro:blah JOHNNY$ git status | |
| On branch fix_9-add-10freesites-withcoupon | |
| 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) | |
| deleted: dump.rdb | |
| no changes added to commit (use "git add" and/or "git commit -a") | |
| JOHHHNYYYYs-MacBook-Pro:blah JOHNNY$ git clean | |
| fatal: clean.requireForce defaults to true and neither -i, -n, nor -f given; refusing to clean | |
| JOHHHNYYYYs-MacBook-Pro:blah JOHNNY$ git status | |
| On branch fix_9-add-10freesites-withcoupon | |
| 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) | |
| deleted: dump.rdb | |
| no changes added to commit (use "git add" and/or "git commit -a") | |
| JOHHHNYYYYs-MacBook-Pro:blah JOHNNY$ git rm dump.rdb | |
| rm 'dump.rdb' | |
| JOHHHNYYYYs-MacBook-Pro:blah JOHNNY$ git status | |
| On branch fix_9-add-10freesites-withcoupon | |
| Changes to be committed: | |
| (use "git reset HEAD <file>..." to unstage) | |
| deleted: dump.rdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment