Hacker News new | ask | show | jobs
by frollogaston 45 days ago
clone, pull, push, branch, merge, add, commit are the ones I use, but that's 7
2 comments

fetch, rebase, blame?
I intentionally avoid fetch and rebase because you can pull and merge instead
checkout, log, config?
And reflog when you make a mistake.