Mine is "git commit", as I don't like to customize the hell out of my multiple and often changing work computers, for a touch typist the extra letters are maybe a single second of typing ..
My PowerShell profile has a function, `gc`, that stages, commits, and pushes all changes. (It runs `git add -A`, `git commit -m` with the specified message, and then `git push`.)<p>Usage:<p>`gc 'Change navbar size'`
just discovered lazygit which looks pretty neat<p><a href="https://www.youtube.com/watch?v=CPLdltN7wgE">https://www.youtube.com/watch?v=CPLdltN7wgE</a>