git ignore all ds_store
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
git add .gitignore
git commit -m '.DS_Store banished!'echo ".DS_Store" >> ~/.gitignore_global
echo "._.DS_Store" >> ~/.gitignore_global
echo "**/.DS_Store" >> ~/.gitignore_global
echo "**/._.DS_Store" >> ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
Also in C++:
- github how to access instagram private followers
- NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed an
- code blocks download for debian
- open directory windows command
- gitignore for ue4
- basic cmd commands
- github merge
- view previous git commit messages
- composer install production
- Lock the screen powershell
- How to get last digit of a number in words (javascript)
- bad interpreter: /bin/python3^M: no such file or directory
- install php ubuntu 20.04
- how to make yes no question in bat scrip script
- check all background process in linux
- debian docker
- sharegate powershell exclude file type
- how to install pip
- move word shell unix
- get doker ce for ubuntu
- zsh increment variable
- how to install wordcloud in python
- unable to locate package ubuntu
- how to move from one to another drive in powershell