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.
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.
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.