A Fish script that shortens common git commands and auto generates commit messages for you using aichat
.
./install.fish
rm ~/.config/fish/functions/g
g c # git add -A && git commit -m "{GENERATED MESSAGE}"
g co # git checkout
g new # git checkout -b
g s # git status