Recent posts

Git untrack submodule from git status

1 minute read

submodule folders cannot be added into .gitignore file to untrack them from git status, we will use ignore=dirty to ignore it

Powershell stop-parsing (--%)

3 minute read

Use Powershell stop-parsing (--%) to treat the remaining characters in the line as a literal.