我是Git和bitbucket的新手,请原谅我这是一个非常简单的问题.
我正在使用bitbucket与TortoiseGit一起使用,我根据以下内容进行了设置:
http://guganeshan.com/blog/setting-up-git-and-tortoisegit-with-bitbucket-step-by-step.html
这一切都正常.
我想做的是,当我点击tortoiseGit的show log时,我看到远程分支的日志(托管在bitbucket上)而不是本地分支的日志
我通过以下方式设法看到远程的分支日志:
git fetch
git log remote/test
Run Code Online (Sandbox Code Playgroud)
来自gitbash(https://github.com/abhikp/git-test/wiki/View-the-commit-log-of-a-remote-branch)
有什么方法可以从tortoiseGit中完成相同的任务吗?