4
Example scenario
I have the folder projetos
on the server.
On my local machine, where I have Git, I created a folder empresa
, where I copied all the files from the folder projetos
server.
I did the add
, commit
and push
of everything, for the Gitlab.
Doubts
- If I change a file on the server, copy that file, and play in the folder
empresa
of my machine, Git will identify that it has been modified?- For date of modification or by content of the archive?
- This way: copying from the server and pasting on the local machine to do the
push
, would have no problem at all, correct!?
(yes, I understand that the most correct thing would be to have Git on the server, but the question is in this specific scenario, for those who have no way to have Git on the server)