available:
- server with git and ssh access
- On the server in the directory
/путь/к/ordinary (non-bare) git storage was created using thegit initcommand. - the user on whose behalf I am connecting has rights to write to this directory
required:
- so that when sending changes with the git push command to any branch from the local clone of this repository, the updated files immediately appear on the server in the working directory
/путь/к/exactly as they appear in this very branch
Yes, I know about the pitfalls . measures taken.
How to configure the storage on the server so that it works exactly as I need?