Horje
git exclude some files from git commit Code Example
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




Shell

Related
apt install force Code Example apt install force Code Example
how to install choclatey using command prompt Code Example how to install choclatey using command prompt Code Example
duplicate clone remote branch locally git Code Example duplicate clone remote branch locally git Code Example
update ubuntu to gnome 40 Code Example update ubuntu to gnome 40 Code Example
Run emulator with terminal Code Example Run emulator with terminal Code Example

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