Automatically show status after git add

后端 未结 4 1281
猫巷女王i
猫巷女王i 2021-01-02 03:03

My usual git workflow is


git add FILES
git status
git commit -m \"some remarks\"

where I need the git status

4条回答
  •  -上瘾入骨i
    2021-01-02 04:00

    You can do it via creating an alias that executes add first and then status using git config commnad ..

提交回复
热议问题