Run Your Own Git Remote with SSH
Published September 1, 2026
Host your repositories on a private server you control with a minimal setup.
Harness the Combinatoric Power of Command-Line Tools and Utilities
Published September 1, 2026
Host your repositories on a private server you control with a minimal setup.
Published August 31, 2024 and last verified on August 13, 2026
Split a large set of file changes into focused, individual Git commits using interactive staging to keep your project history clean.
Published May 13, 2024 and last verified on August 13, 2026
Navigate to your Git repository root directory from anywhere in the project tree using a built-in Git command and a shell alias.
Published January 8, 2020 and last verified on August 13, 2026
Discard unwanted changes in your Git working directory using the checkout, reset, and clean subcommands to get back to a clean state.