Answers for "git remove files from commit and add on another"

6

git remove added file to commint

git reset file-name
Posted by: Guest on May-25-2020
-1

remove file from stage git

git rm --cached <file>
Posted by: Guest on March-23-2020

Browse Popular Code Answers by Language