【发布时间】:2021-02-23 20:26:38
【问题描述】:
我正在查看一个繁重的分支协调回购(大量合并和分支)的 git 日志,当我运行我的方便时 git log 别名:git log --stat --pretty=short --graph
我看到了这种奇怪的语法:
| | | application/client/app/Admin/Templates/index.tsx | 2 +-
| | | application/client/app/Awards/Templates/Create.tsx | 126 ++++++++++++++++++++++++++++++++++++++++++++++++
# here
| | | application/client/app/Awards/{ => Templates}/Templates.scss | 0
| | | application/client/app/Awards/{ => Templates}/Templates.tsx | 12 ++---
| | | application/client/app/components/DataTable/IndeterminateCheckbox/index.tsx | 10 ++--
| | | application/client/app/components/DataTable/index.tsx | 258 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
| | | application/client/app/components/DataTable/styles.scss | 96 +++++++++++++++++++++++++++++++------
| | | application/client/app/components/DropDownMenu/DropDownMenu.scss | 26 +++++-----
| | | application/client/app/components/DropDownMenu/index.tsx | 56 +++++++++++-----------
| | | application/client/app/components/Header/Header.scss | 13 +++--
| | | application/client/app/components/Header/index.tsx | 65 ++++++++++++++-----------
| | | application/client/app/components/Inputs/Inputs.scss | 74 ++++++++++++++++++----------
| | | application/client/app/components/Inputs/index.tsx | 58 +++++++++++++---------
git diff 没有任何帮助,我认为它是子文件夹替换?不确定。
有什么想法吗?
【问题讨论】:
标签: git version-control git-log