feat(git): add git remote and remove verbose git status for gitf default

This commit is contained in:
Victor Westerlund 2025-10-29 19:15:09 +01:00
parent 034fc0cd84
commit b633ad8258
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -177,9 +177,11 @@ gitf () {
;; ;;
*) *)
git remote -v
echo ""
git branch -v git branch -v
echo "" echo ""
git status -v git status
;; ;;
esac esac
} }