Is it possible to create a git a new, empty remote branch without pushing?

Posted by vfclists on Stack Overflow See other posts from Stack Overflow or by vfclists
Published on 2010-04-04T11:39:42Z Indexed on 2010/04/04 11:43 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

Most examples of creating remote branches involve pushing from a local branch

Is there a way of creating an empty remote branch without pushing?

Is it also possible to create a local empty branch,check it out then link it to the new also empty remote branch without pushing?

© Stack Overflow or respective owner

Related posts about git

Related posts about remote