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?