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