1) 'git st' is an user alias. 2) 'git status' fails if in the middle of a commit (ie. local modified files). 'git ls-files' is more robust, use it in Makefile.
10 KiB
10 KiB
1) 'git st' is an user alias. 2) 'git status' fails if in the middle of a commit (ie. local modified files). 'git ls-files' is more robust, use it in Makefile.