Thread (6 messages) flat view 6 messages, 3 authors, 2016-06-15

Re: How to create empty CENTRAL git with master / development branch ?

From: Tomas Carnecky <hidden>
Date: 2016-06-15 22:53:27

On Tue, 03 Apr 2012 16:54:19 +0200, Holger Hellmuth [off-list ref] wrote:
Generally: If you want a central repository, the first one to push to it 
might do something like this:

git remote add origin ssh://big.brother.edu/repo.git
git push origin master
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
or simply: git push -u origin master

tom
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help