How would you fork an AWS CodeCommit repo to another CodeCommit repo?
问题 In github there is a fork button to fork a repo into a new repo you control. According to are git forks actually git clones? a github fork is a clone on the server side. If you read the git-scm documentation it specifically says to click the fork button in Github. I assume because there is no fork button in AWS CodeCommit there is not similar functionality. So, is there a way to do this with the native git cli? 回答1: I don't think there is any option in AWS CodeCommit to fork. What you can do