Git on AWS CodeCommit Bare Repository [closed]

雨燕双飞 提交于 2019-12-11 20:13:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!