Git使用SourceTree从命令行提交

时间:2015-08-04 11:35:31

标签: git atlassian-sourcetree

我想要的是这样的:stree /path/to/repo --commit hashcommit? 这有可能吗?

1 个答案:

答案 0 :(得分:0)

不,目前无法做到这一点。

使用stree选项运行--help命令时,您将看到可用的命令和选项:

stree --help
Usage: stree [--help] [path]

唯一真正的参数是path,它允许您指定要打开的存储库,因此在您的情况下为/path/to/repo。此时没有跳转到特定提交的选项。

您可以通过Help > Request a New Feature菜单条目申请新功能。