Answers for "how to delete files from branch"

2

delete file from a branch git

git rm --cached file1.txt
git commit -m "remove file1.txt"
Posted by: Guest on November-25-2020
0

delete file from a branch git

git push origin branch_name
Posted by: Guest on November-25-2020

Code answers related to "how to delete files from branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language