Last Updated: February 25, 2016
·
2.062K
· rajeshpg

git alias in fish shell

run the following commands to save git alias in fish shell

> alias gs='git status -sb'
> funcsave gsb