问题
I was creating my first private repository and when I was cloning I noticed that the repository that amazon created does not have a .git extension,so, it's not a bare repository? Is it?
Thanks.
回答1:
AWS CodeCommit does not store remote repositories the same way as other git hosting providers. For all intents and purposes, the remote repository can be considered a bare repository.
来源:https://stackoverflow.com/questions/34664625/git-on-aws-codecommit-bare-repository