You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Create a New Worktree](./create-a-new-worktree.md)
12
+
-[Remove a Worktree](./remove-a-worktree.md)
13
+
-[Switch Between Worktrees](./switch-between-worktrees.md)
14
+
-[Use Worktrees for Temporary Fixes](./use-worktrees-for-temporary-fixes.md)
15
+
-[Flags and Their Uses](./flags-and-their-uses.md)
16
+
9
17
`git worktree` allows you to manage multiple working directories linked to a single Git repository. It helps developers work on multiple branches simultaneously without switching branches in the same directory.
> Useful Git commands and scripts not referenced elsewhere.
8
8
9
+
## Subcommands
10
+
-[git maintenance start](./git-maintenance-start.md): Runs a cronJob in background for the specified repo for periodic maintenance.
11
+
-[git request-pull](./git-request-pull.md): Generate a request to pull changes into a repository.
12
+
-[View and Clean Up Local Git Branches (Bash)](./view-and-clean-up-local-git-branches-bash.md): Scripts to view and clean up local branches using Bash.
13
+
-[View and Clean Up Local Git Branches (PowerShell)](./view-and-clean-up-local-git-branches-powershell.md): Scripts to view and clean up local branches using PowerShell.
14
+
9
15
This file collects useful Git commands and scripts that were previously only in the README and not referenced elsewhere in this repository.
> Generate and share patch files for committed or uncommitted changes.
8
8
9
+
## Subcommands
10
+
-[Create Patch from Last Commit(s)](./create-patch-from-last-commit-s.md)
11
+
-[Apply Patch with Commit Metadata](./apply-patch-with-commit-metadata.md)
12
+
-[Create Patch from Uncommitted Changes](./create-patch-from-uncommitted-changes.md)
13
+
-[Apply Diff File](./apply-diff-file.md)
14
+
-[Patch vs Diff: Quick Reference](./patch-vs-diff-quick-reference.md)
15
+
9
16
How to create patch files from your changes for sharing via email, SCP, Slack, or other means. Covers both committed (with full commit metadata) and uncommitted changes.
0 commit comments