Version Control

2 cheatsheets covering gitignore, git, Ignore, vcs, Branch and more

Version control lets you and your team change code in parallel and return to any point in history safely. This category collects everyday commands for Git and friends, grouped by commit, branch, revert and remote — find the fix when a commit goes wrong or a branch gets tangled. Drill amend / revert / reflog first: most accidents are recoverable in place.

.gitignore Cheatsheet - Ignore Patterns & Rules

A .gitignore pattern reference for developers who keep Git repos clean and avoid committing dependency directories or secrets, covering glob matching, directories vs files, negation, global ignore, and common language templates.

2026-08-0224 commands
gitignoregitIgnore

Git Cheatsheet - Command Reference

One-page Git command reference covering commit & stash, branch create/merge/rebase, revert & recovery, remote collaboration, and git log history queries — 50+ common operations for daily collaboration and recovering from mistakes.

2026-07-2144 commands
gitBranchRollback