Horje
how to remove a folder from git and not locally Code Example
how to remove a folder from git and not locally
# Remove folder from git and not local filesystem
git rm -r --cached FolderName
git commit -m "Removed folder from repository"
git push origin master

# After the push, make sure to add the folder to .gitignore for future iterations




Shell

Related
error: package android.support.v4.content does not exis Code Example error: package android.support.v4.content does not exis Code Example
perfect git commit Code Example perfect git commit Code Example
dbeaver install Code Example dbeaver install Code Example
como saber la distribucion de linux por consola Code Example como saber la distribucion de linux por consola Code Example
hosting spa on github pages Code Example hosting spa on github pages Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11