Git
Remote URLs, the commands worth looking up, and the conventions teams agree on.
- Remote URL Parser & ConverterBreak a remote URL into its parts and convert between the HTTPS, ssh:// and SCP forms.
- Git Command BuilderThe commands worth looking up — undo, recover, rewrite — with the flags that make them safe.
- .gitignore GeneratorCompose a .gitignore from per-stack templates, with the negation ordering handled correctly.
- Commit Message & Branch Name HelperBuild a Conventional Commits message or a valid branch name, and check an existing one.
Runs locally
Remote URL Parser & Converter
Break a remote URL into its parts and convert between the HTTPS, ssh:// and SCP forms.
Runs locally
Git Command Builder
The commands worth looking up — undo, recover, rewrite — with the flags that make them safe.
Runs locally
.gitignore Generator
Compose a .gitignore from per-stack templates, with the negation ordering handled correctly.
Runs locally
Commit Message & Branch Name Helper
Build a Conventional Commits message or a valid branch name, and check an existing one.