Git Cheatsheet
Searchable list of the most-used git commands — config, commit, branch, merge, rebase, stash, log, remote, reset. With copyable examples. Everything in your browser.
The most-used git commands
You use git every day and there's still always that one command nobody remembers: a rebase, a stash, some very specific reset. Here the most-used commands sit in a list you can search, so when the doubt hits you find what you're after right there.
The everyday topics are all covered. Config, commit, branch, merge, rebase, stash, log, remote, reset, each comes with a short note and examples ready to copy. Filter for what you need, copy the command and move on, instead of opening a search every time.
It runs straight in the browser, nothing to install. A reference to keep open beside your terminal, whether you're a beginner or a git veteran.
Related Tools
Regex Cheatsheet
Quick reference of the main regular expressions — quantifiers, classes, anchors, groups, lookarounds, flags. With clickable examples and explanations. Everything in your browser.
Markdown Cheatsheet
Quick reference for Markdown syntax, filterable by keyword: headings, lists, links, tables, code and more. Shows the raw syntax next to what it does.
Git Merge Conflict Resolver
Splits a file with Git conflict markers into ours and theirs versions, lets you pick a side per hunk and outputs the resolved file.