Answer the question
In order to leave comments, you need to log in
How to work with building a JS project in GIT?
It turns out that there are two folders, with source codes and files ready after assembly. At the same time, ready ones always change after assembly, and when changing branches / comparing / merging, there are conflicts. But the finished built files need to be saved in GIT. And during development and merging, they interfere.
After git update-index --skip-worktree
Can't change branch and git stash doesn't work because it doesn't see changes
Your local changes to the following files would be overwritten by checkout
Answer the question
In order to leave comments, you need to log in
Set the parent block to position: static;
And make sure that all parent blocks also have position: static;
If the parent block has position: relative; then absolute positioning pushes the child block away from it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question