mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 09:22:42 +01:00
feat(git): display verbose branch and status for gitf default
This commit is contained in:
parent
4e516e22da
commit
182a6c7ca6
1 changed files with 3 additions and 1 deletions
|
|
@ -115,7 +115,9 @@ gitf () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
git status
|
git branch -v
|
||||||
|
echo ""
|
||||||
|
git status -v
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue