No results found in makandra dev.
Best results in other decks
Git is our version control system. This lesson covers the everyday moves — committing, branching, merging, working with a remote — and the habits that make your history pleasant to review.
...review: one change per commit, a subject line that says what and why. Your Git configuration follows our config example (e.g. identity, SSH key, pull behaviour). You can browse a...
Beyond commit, push and pull, Git lets you rewrite history, split and squash commits, and recover from mistakes. This lesson covers the tools we use daily to keep feature branches...
...to what you already know. Just ask. Pick one introduction to rewriting history 📘 Pro Git, 7.6 "Rewriting History" — amend, interactive rebase, reorder, squash, split; the canonical text 📄 Rewriting history — Atlassian...