Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] checkout --orphan

Hello,

I am looking at possibilities to establish a git repository structure
where I can collocate R4E code review meta-data with an existing
repository,

I am looking for a way in jgit/api to cause the effects of the
following pair of commands:

  > git checkout --orphan "branchName"
  > git rm -rf

Any references are very appreciated
/Alvaro


Back to the top