08.08.09

Creating an empty git branch and pushing it remotely

Posted in Uncategorized at 2:49 pm by jgraham

Say you wanted to create an empty branch of an existing git repository.  That is a new branch with no history, say to track your project docs.

Read the rest of this entry »