0
I ask for help because I don’t know much about GIT and I’m afraid of causing major problems
I had a git repository on a server, whose name was Project.git I controlled it by verse, every branch for every version of my project
Then there was the MASTER, VERSAO_1,2 and 3. At the time in the project folder, it was in the VERSAO3 checkout.
GAVE PROBLEM AND LOST The "project.git" file on my server, being unable to do pushs.
HOW I DO NOW TO CREATE A NEW "GIT PROJECT" on the server, without losing my history of changes?
I do not care to lose the history of branchs, I can take the branch I am (VERSAO3) and make it master. But I have to keep track of changes etc.
If you can help me Gradeco Thank you all.
You had given some
git clone
,git fetch
or something like that in your local repository?– Jefferson Quesado
I gave git clone several months ago, so I only use git push to send the changes to the server. I didn’t give any git fetch no. Only I touch this repository. I believe that at the time of some push the connection fell and then some files got corrupted on the server
– thuk123