Examples (6)
Commit changes with a generated message
[a]dd untracked files and commit changes with a generated message
git magic -aCommit changes with a custom [m]essage
git magic -m "custom_commit_message"[e]dit the commit [m]essage before committing
git magic -em "custom_commit_message"Commit changes and [p]ush to remote
git magic -pCommit changes with a [f]orce [p]ush to remote
git magic -fpmade by @shridhargupta | data from tldr-pages