Use your own domain for your code forge hosted Go modules
jo-m.ch1 pointsby jo-m1 comments
function fcleanb -d "fzf git select branches to delete where the upstream has disappeared"
set -l branches_to_delete (
git for-each-ref --sort=committerdate --format='%(refname:lstrip=2) %(upstream:track)' refs/heads/ | \
egrep '\[gone\]$' | grep -v "master" | \
awk '{print $1}' | $_FZF_BINARY --multi --exit-0 \
)
for branch in $branches_to_delete
git branch -D "$branch"
end
end
[1]: https://github.com/jo-m/dotfiles/blob/29d4cab4ba6a18dc44dcf9... DI_CONNECT/DI-Connect-Uploaded-Files/UploadedFiles_0-_Part\*.zip
DI_CONNECT/DI-Connect-Fitness/my@email_PrimaryTrainingBackup_Part1.zip