0

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.

Wade Matveyenko
  • 4,290
  • 1
  • 23
  • 27
Hugo
  • 107
  • 1
  • 10

1 Answers1

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.

Wade Matveyenko
  • 4,290
  • 1
  • 23
  • 27
  • 1
    Can you explain a little better how they do it or point to any source? I would be very much apreciated. – Hugo Jan 07 '16 at 22:29
  • The best public answer would be this question from the FAQ (http://aws.amazon.com/codecommit/faqs/): Q: How is AWS CodeCommit different from other Git-based source control systems? Highly Available – AWS CodeCommit is built on highly scalable, redundant, and durable AWS services such as Amazon S3 and Amazon DynamoDB. – Wade Matveyenko Jan 08 '16 at 23:40