我可以指定一个“别名”吗?到 Mercurial/kiln 中的存储库 URL?
我将所有个人项目保存在我的 Kiln 帐户上,并且我还有一个 bitbucket 帐户,当我需要与人们共享时,我可以在其中推送存储库。有什么方法可以为存储库 URL 设置别名,这样我就可以执行类似
hg push kiln
或 的
hg push bitbucket
操作,而不是每次都输入整个 URL: hg 推送 https://path/to/repo
I keep all my personal projects on my Kiln account and I also have a bitbucket account where I push repositories when I need to share them with people. Is there some way for me to setup an alias for a repo URL so I can do something like
hg push kiln
or
hg push bitbucket
instead of typing in the entire URL each time:hg push https://path/to/repo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 路径部分。
如果您经常创建新的存储库,您也可以将其添加到 ~/.hgrc 文件中。
Yes, you can do this in your repo's hgrc file using the paths section.
If you create new repos often, you can also add this to your ~/.hgrc file.