= 1024) {
$event.preventDefault();
const i = slugs.indexOf($wire.preview);
const next = $event.key === 'ArrowDown' ? Math.min(i + 1, slugs.length - 1) : Math.max(i - 1, 0);
if (next !== i && slugs[next]) $wire.openPreview(slugs[next]);
}
">
Installation Guides
11
Knowledge Base
308 copy-ready commands with fill-in variables, plus step-by-step installation guides.
/
Categories
10 results
= 1024) { $event.preventDefault(); $wire.openPreview('git-stash-named') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-stash-named') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Save and Restore a Named Stash
# Save with a name
#git
#stash
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-cherry-pick-advanced') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-cherry-pick-advanced') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Cherry-Pick a Commit or Range onto Another Branch
# Cherry-pick a single commit
#git
#cherry-pick
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-bisect') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-bisect') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Binary Search for a Bug with git bisect
# Start bisect
#git
#bisect
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-reflog') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-reflog') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Recover a Lost Commit with reflog
# Show all recent HEAD positions
#git
#reflog
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-worktree') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-worktree') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Work on Two Branches Simultaneously with Worktrees
# Create a new worktree for a branch
#git
#worktree
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-log-graph') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-log-graph') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Pretty Git Log Graph (One-line)
git log --oneline --graph --decorate --all -n {{limit}}
#git
#log
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-submodule-update') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-submodule-update') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Initialize and Update Git Submodules
# Clone with submodules
#git
#submodule
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-commit-fixup') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-commit-fixup') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Fixup a Previous Commit Before Push
# Stage the fix
#git
#fixup
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-archive-tarball') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-archive-tarball') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Create a Tarball from a Git Branch
git archive --format=tar.gz --output={{output_file}} {{branch}}
#git
#archive
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('git-rebase-onto') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('git-rebase-onto') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Git Advanced
Move a Branch with git rebase --onto
# Move commits from {{old_base}} to {{new_base}}
#git
#rebase
4 views
0 copies