L
L
lukoie2017-06-06 16:14:01
git
lukoie, 2017-06-06 16:14:01

How to clone a git repo with all commits?

I have a github account with a repository.
I want to make a repository with selected works on another account.
But so that all commits remain, and under a new name.
That is, the new repo should have not just one cloning commit, but the same projects with the same commits under the new name. It was Vasya, it became Petya. Peter created today. Vasya had commits a year ago. In Petya's account in the repository, there should be commits a year ago, and on Petya's behalf.
How to do it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
evnuh, 2017-06-06
@evnuh

Cloning = making a complete identical copy of the repository. As a result, after cloning, you will have two absolutely identical repositories with an identical history. Why do you think so. what will be one commit and what is "one clone commit."?

T
tsarevfs, 2017-06-06
@tsarevfs

git clone copies all commits.

A
aol-nnov, 2017-06-06
@aol-nnov

How to do it?

read documentation !!1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question