Horje
apply gitignore after commit Code Example
apply gitignore to current commit
#First commit all changes
git rm -r --cached .
git add .
git commit -m ".gitignore updated"
apply gitignore after commit
git rm --cached $file




Shell

Related
Show a Wi-Fi password with Terminal Code Example Show a Wi-Fi password with Terminal Code Example
git reset origin branch Code Example git reset origin branch Code Example
how to update time in ubuntu Code Example how to update time in ubuntu Code Example
aws configure profile Code Example aws configure profile Code Example
git stash history Code Example git stash history Code Example

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