Answers for "how to remove file from git remote repository"

0

git remove remote file keep local

# for single file
git rm --cached myfile

# for directory file
git rm --cached --r myfile
Posted by: Guest on June-25-2020

Code answers related to "how to remove file from git remote repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language