如何将 scm 管理器与 git 一起使用?
我只是 git 的新手,并且仍然依赖 git 扩展来完成大多数任务。
我搜索了如何在 Windows 中启动 git 守护进程,并发现 scm-manager 可能是它的替代方案。
https://bitbucket.org/sdorra/scm-manager/overview
我下载了它并安装没有问题,但我不知道如何将我的 git 存储库添加到其中。
我在设置中发现它位于我的文档和 git 文件夹下的设置中,但我不知道如何配置它以使其检测 git 存储库。
我还在网络界面下添加了一个存储库,它创建了一个文件夹,但我不知道如何将存储库放在那里。
I'm just new in git and am still relying on git extension for most task.
I've search how to start git daemon in windows and found a suggestion that scm-manager may be an alternative for it.
https://bitbucket.org/sdorra/scm-manager/overview
I downloaded it and installed it with no problem, but I can't figure out how add my git repository into it.
I found in settings that it is located in my document and settings under the git folder, but I don't know how to configure it to make it detect a git repository.
I also added a repository under the web interface, it created a folder, but I don't know how to put a repository there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要添加一个远程存储库
然后推送它
You'll need to add a remote repository
Then push it