git exclude some files from git commit
To exclude some files from git commit
-----------------------------------------------
syntax - git update-index --assume-unchanged <filepath>
example - git update-index --assume-unchanged default/config.php
To undo the above command
-----------------------------------------------
syntax - git update-index --no-assume-unchanged <filepath>
example - git update-index --no-assume-unchanged default/config.php
Also in C++:
- add sudo user ubuntu
- error installed react native using npx react native init
- remove group linux
- pip install qiskit does not work
- linux remove large folder
- wsl2 access folder from windows
- how download google drive file with wget
- dependencies needed for kernel edit linux amd64
- how to download pip3 in kali linux
- powershell which equivalent
- how to install rfkill in kali linux
- count specific number in array powershell
- gitlab clone branch
- ubuntu 19.10 eoan update error
- ubuntu access database from terminal
- powershell allow execution
- linux startup script
- tr replace
- how to check os version
- vscode remove indentation lines
- find next greater number with same digits
- check arp cache linux
- laravel installer
- install openjdk 11 ubuntu