Horje
git remove without deleting Code Example
git remove remote file keep local
# for single file
git rm --cached myfile

# for directory file
git rm --cached --r myfile
git remove without deleting
For a single file:

git rm --cached mylogfile.log

and for a single directory:

git rm --cached -r mydirectory
remove directory from git without deleting
#for directory
git rm --cached -r myfile




Shell

Related
check user group console linux Code Example check user group console linux Code Example
batch run command in new terminal window Code Example batch run command in new terminal window Code Example
ubuntu persistent root loggin Code Example ubuntu persistent root loggin Code Example
searching for a directory powershell Code Example searching for a directory powershell Code Example
install pgcli linux Code Example install pgcli linux Code Example

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