Mini CLI for common git flows.
curl -fsSL https://raw.githubusercontent.com/luisvillegasbf23/gitu/main/src/install.sh | shgitu Show help
gitu push <message> <file> [file2 ...] Add, commit and push to current branch
gitu clean Switch to master/main and delete all other local branches
gitu who Show current git user and remote
gitu uninstall Remove gitu from this machine
gitu push "fix: update dependencies" .
gitu push "feat: add login" src/login.js src/styles.css
gitu clean
gitu who
gitu uninstall