を実行するgit 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
ますか?