Upload deleted branch to team server

0
Hi guys, I was doing some user story on separated branch and I accidentally deleted that branch from team server. I opened the project in the modeler and I tried to upload on team server but it says that 'This already is a Team Server project'. Is there any option to upload the branch to team server which is previous deleted?  Kind regards, Aleksandar
asked
1 answers
3

First backup your local project file since it is the only place containing your latest changes.

Not sure if this works but you can give it a try:

- Create another branch based on the branch with your latest available changes.

- Use Tortoise to locally merge you changes into the newly created branche and commit it.

 

answered