トップに戻る
tags
git branch -vv | grep "^\*"
git branch -vv
~/.gitconfig
[alias] upstream = branch -vv | grep "^\\*"
edit