Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-23 08:51:57 +01:00
parent 61d62cabdf
commit ad3df69bdb
872 changed files with 65976 additions and 2 deletions

4
clearLocalBranches.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
git checkout master
LANG=en_US
git branch -vv | grep ': gone]'| grep -v "\*" | awk '{ print $1; }' | xargs -r git branch -d