git - visual studio 2013 中的可视化更改分支

标签 git visual-studio-2013 git-branch git-gui

有什么方法可以在 visual studio 2013 中显示历史分支项目? 在 git bash 控制台中,可以通过命令实现:gitk --all

最佳答案

我不知道有什么办法,你最好使用其他 UI,例如 tortoisegit ( https://tortoisegit.org/ ) 或 Atlassian SourceTree ( http://www.sourcetreeapp.com/ )

关于git - visual studio 2013 中的可视化更改分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25415481/

相关文章:

git - 如何为 RDS 配置 Elastic Beanstalk

git - 是否可以通过 GitHub 的 Web 界面恢复提交

c# - 当我将 c++ DLL(我从 c# 调用)重建为/CLR(最初是 native 的)时,性能下降了一半

asp.net-mvc - 在 MVC View 中调试错误 : The following breakpoint cannot be set

git - 我是否应该 Git merge 开发成 master,然后标记后返回?

当我 checkout master 时,git 子模块有 "new commits"

git - 全局 git 配置文件不存在

web-services - 无法发布 Web 服务 - 错误 : Could not open Source file: The given path's format is not supported

git - 与上游 merge 时如何在 git 中实现 "floats"的私有(private)分支?

git - 当我所做的只是压缩提交时,为什么 git-rebase 会给我 merge 冲突?