Aaron's Blog logo Aaron's Blog

Error

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.

solution

git add –ignore-removal .