0

I have a base repository, located at /home/bla/repo/BASE_REPOSITORY I create a new repository, located at /home/bla/repo/new

Remember, the "new" repository already exists. I.e. I can't issue a command whereby the contents of the new one is deleted. I want to copy the BASE_REPOSITORY INTO this new repository.

Can I do this? If so, how?

rockstardev
  • 13,479
  • 39
  • 164
  • 296

1 Answers1

1
  • Make an export from base (getting files without being versioned)
  • Add those files to new
  • Commit
abatishchev
  • 98,240
  • 88
  • 296
  • 433