🌆
-
04:03
(UTC +02:00)
Pinned Loading
-
git_clean_local_branches.md
git_clean_local_branches.md 1deletes all local branches that are merged into master
2```3git branch | grep -v '^*' | xargs git branch -d4```5use uppercase -D to force delete also branches that haven't been merged.
-
print docker "image:" configline for...
print docker "image:" configline for a given image + version, pinned to the latest top level digest of that image/tag combination 1docker buildx imagetools inspect postgres:15.18-bookworm \
2| awk '
3/^Name:/ { name=$2 }4/^Digest:/ { print name "@" $2; exit }5'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



