Horje
git temporarily ignore changes to tracked file Code Example
git temporarily ignore changes to tracked file
# start ignoring changes to a file:
git update-index --assume-unchanged path/to/file

# keep tracking again:
git update-index --no-assume-unchanged path/to/file




Shell

Related
install tmux ubuntu Code Example install tmux ubuntu Code Example
make kitty terminal the default terminal on ubuntu Code Example make kitty terminal the default terminal on ubuntu Code Example
tmux for ubuntu Code Example tmux for ubuntu Code Example
How do I check my WSL version? Code Example How do I check my WSL version? Code Example
remove valet from mac Code Example remove valet from mac Code Example

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