Need to move/copy repositories from one project to another project. What's the best method to move without affecting commit history.
after moving/copying to another project, have to delete old project. so after deleting the old project do the current project may affect by any means?
clone/pull/push will delete the whole commit history.
By forking the repos, commit history will be affected or not?
please let know the copy and move process of repos from one project to another
Hi @Rohith Mandala ,
You can Import a repository.
For server use Importing code from an existing project.
After deletion, the project will not be affected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.