S
S
Sonic_SE2014-07-15 10:59:28
git
Sonic_SE, 2014-07-15 10:59:28

Git How to restore remote from local repository?

The server died without leaving a backup, and with it a remote git repository.
How to restore the remote repository with all the branches, tags that are in the local repository?
Yes, and so that the rest of the users at the next commit do not create many beginnings of the main branches (master, develop)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gregory, 2014-07-15
@Sonic_SE

git push origin
Don't worry, they won't create it - git is so arranged, at best they will restore the repository from their own copies, which is basically what you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question