🚧 Removed git rm section
This commit is contained in:
parent
50b9b5cf67
commit
ca604f4eef
1 changed files with 0 additions and 4 deletions
|
|
@ -394,10 +394,6 @@ else
|
||||||
git add $modified $newfiles;
|
git add $modified $newfiles;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $deleted ]] ; then
|
|
||||||
git rm $deleted;
|
|
||||||
fi
|
|
||||||
|
|
||||||
# commits the user's message (multi-word supported)
|
# commits the user's message (multi-word supported)
|
||||||
git commit -m "$gitmoji $cmessage" ;
|
git commit -m "$gitmoji $cmessage" ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue