How to copy a branch from Another Git Server with History

Hello Guys,

I have 2 different gitservers, these git servers run in different networks. I want to copy a branchs between these servers also i don’t want to lose branch history (Commits, tags). How can i do this? Thank you.

I’m assumimg you mean there’s no connectivity between the two servers.
You could have a git checkout copied offline between the two systems. Do this on a USB dive copying the repo checkout to share the whole repo.
The other, possibley better way is to export a git patch
See https://davidwalsh.name/git-export-patch