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