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
git tag -l --sort=-creatordate --format='%(creatordate:short)|%(refname:short)|%(contents:subject)' | head -5 | while IFS='|' read -r date_part tag_part msg_part; do