Open griff-rees opened 1 year ago
Calling docker compose can truncate lwmdb/static/css/project.css, which then creates unstaged changes in the local git checkout.
docker compose
lwmdb/static/css/project.css
git
git diff diff --git a/lwmdb/static/css/project.css b/lwmdb/static/css/project.css index 85ed2f6..eaa7f1e 100644 --- a/lwmdb/static/css/project.css +++ b/lwmdb/static/css/project.css @@ -12483,4 +12483,4 @@ textarea.form-control-lg { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; -} +} \ No newline at end of file
Calling
docker compose
can truncatelwmdb/static/css/project.css
, which then creates unstaged changes in the localgit
checkout.