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
This commit is contained in:
parent
034fc0cd84
commit
b633ad8258
1 changed files with 3 additions and 1 deletions
|
|
@ -177,9 +177,11 @@ gitf () {
|
|||
;;
|
||||
|
||||
*)
|
||||
git remote -v
|
||||
echo ""
|
||||
git branch -v
|
||||
echo ""
|
||||
git status -v
|
||||
git status
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue