当执行 agit pull
时,git 输出如下行:
myproject/myfile.py | 2 +-
myproject/otherfile.py | 24 -------------
2 files changed, 2 insertions(+), 26 deletions(-)
delete mode 100644 myproject/oldfile.py
create mode 100644 myproject/newfile.py
不执行时是否有显示此类摘要的命令git pull
?