Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.4k points)

What have I marked as --assume-unchanged? Is there any way to find out what I've tucked away using that option?

I've dug through the .git/ directory and don't see anything that looks like what I'd expect, but it must be somewhere. I've forgotten what I marked this way a few weeks ago and now I need to document those details for future developers.

1 Answer

0 votes
by (27.5k points)

PowerShell solution, using Select-String \ sls

$ git ls-files -v | sls -pattern ^h -casesensitive

Browse Categories

...