我正在使用git 2.3.0。并尝试在远程存储库x-2.0.jar
上找到3个最新提交。
myremote
我希望命令
$: git remote
origin
myremote
会实现我想要的。但是,我可以看到严格来自git log -3 --decorate --remotes=myremote
的日志。
myremote
在上面的示例中,我希望不会看到Example.
$: git remote
commit 63d8a59f6 (myremote/branch1)
...
commit 63d8a59f6 (myremote/branch2)
...
commit 63d8a59f6 (origin/branch3)
...
中的任何内容。