Tag browser
xovox opened this issue · 2 comments
xovox commented
Enable a way through the text UI to allow people to change their branch
- switch between beta & main line release
xovox commented
git for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)'
for i in $(git branch -a | grep remotes/origin | cut -d'/' -f3 | grep -v HEAD) ; do
echo "$i $(git config branch.$i.description)"
done | column -t -s ' '