1

I need to create a new folder within bitbucket repo and move existing files there while preserving their history.

Would anybody recommend me best way how to do that?

I found some similiar question here, but they are either old or specified for github and I am not sure if it applies for bitbucket as well.

JanFi86
  • 449
  • 10
  • 29
  • 1
    Does this answer your question? [Moving a file to different folder along with history in git](https://stackoverflow.com/questions/33647772/moving-a-file-to-different-folder-along-with-history-in-git) – Guildencrantz Jan 14 '20 at 16:06

1 Answers1

1

I finally got rights to test it.

I found out it's enough to move files, their history remains (it's true for Bitbucket as well).

Just if anybody runs into the same problem, this might be helpful.

JanFi86
  • 449
  • 10
  • 29