Created
May 29, 2013 21:04
-
-
Save spencerdeinum/5673823 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
➜ healthie git:(site/pcs) ✗ git add . | |
warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal', | |
whose behaviour will change in Git 2.0 with respect to paths you removed. | |
Paths like 'application/migrations/2013_05_21_171759_add_missing_fields_to_prescriptions.php' that are | |
removed from your working tree are ignored with this version of Git. | |
* 'git add --ignore-removal <pathspec>', which is the current default, | |
ignores paths you removed from your working tree. | |
* 'git add --all <pathspec>' will let you also record the removals. | |
Run 'git status' to check the paths you removed from your working tree. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment