-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Description
While delete site, its showing following error message
Take /etc/nginx Configuration In Git Version Control...
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 'sites-available/manish.com' 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.
I guess you will need to replace git add . to git add --all
Let me know if its works for you :)
Metadata
Metadata
Assignees
Labels
No labels