gitリポジトリに変更があるかどうかチェックしたいと思います。 私は if command git status --porcelain 2> /dev/null | grep -q .; then
X
else
Y
fi
この条件を使用してきたが、それはあまりにも遅いです。 もっと速い方法がありますか?これを行うには、gitコマンドを使用する必要がありますか、そのコマ
に追加しようとしているこの1つは $ cat /etc/shells
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.
/bin/bash
/bin/csh
/bin/ksh
/bin/s