🚧 Removed git rm section

This commit is contained in:
z3rOR0ne 2022-07-28 06:52:35 -07:00
parent 50b9b5cf67
commit ca604f4eef

View file

@ -394,10 +394,6 @@ else
git add $modified $newfiles;
fi
if [[ $deleted ]] ; then
git rm $deleted;
fi
# commits the user's message (multi-word supported)
git commit -m "$gitmoji $cmessage" ;