根据这个页面(http://git-scm.com/book/en/v2/Git-Tools-Debugging-with-Git
)我应该在使用时在行号之间使用逗号git blame
。
但是,如果我使用 Powershell 在我的 Windows 机器上试用它:
git blame -L 12,22 <name of file>
我明白了fatal: bad revision '22'
有什么问题?与Powershell有关吗?
根据这个页面(http://git-scm.com/book/en/v2/Git-Tools-Debugging-with-Git
)我应该在使用时在行号之间使用逗号git blame
。
但是,如果我使用 Powershell 在我的 Windows 机器上试用它:
git blame -L 12,22 <name of file>
我明白了fatal: bad revision '22'
有什么问题?与Powershell有关吗?