How I learned to use: git add . -A
I asked myself: there is a better way to do that?
git rm `git status | grep deleted | awk ‘{print $3}’`
Yes, there is.
I asked myself: there is a better way to do that?
git rm `git status | grep deleted | awk ‘{print $3}’`
Yes, there is.