legit
Complementary command-line interface for Git.
=> More information.
- Switch to a specified branch, stashing and restoring unstaged changes:
git switch {target_branch}
- Synchronize current branch, automatically merging or rebasing, and stashing and unstashing:
git sync
- Publish a specified branch to the remote server:
git publish {branch_name}
- Remove a branch from the remote server:
git unpublish {branch_name}
- List all branches and their publication status:
git branches {glob_pattern}
- Remove the last commit from the history:
git undo {--hard}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/legit.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.902412 milliseconds
- Gemini-to-HTML Time
- 0.225594 milliseconds
This content has been proxied by September (ba2dc).