Skip to content
Snippets Groups Projects
Commit 69e91989 authored by nimrod's avatar nimrod
Browse files

Remove temp git work trees.

parent 0d208cbd
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -eu
git worktree list | awk '/^\/tmp\/tmp\./ {print $1}' | xargs -rn1 git worktree remove
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment