git branchと叩いたら lv -c: lv: command not found と出た
CentOSの7をAlmaLinuxのElevateというツールでAlmaLinux8にアップグレードしました。
アップグレード後にgitのレポジトリのあるディレクトリに入り、$ git branchを叩いたところcomman not foundと表示されました。
$ git branch
lv -c: lv: command not found
git branchの結果を表示するために通常だ...