-
Notifications
You must be signed in to change notification settings - Fork 0
Git
B̅ edited this page Nov 3, 2020
·
3 revisions
git showbranchと打つと(<岐名>)と表示されるように。
そしてgit管理台録以外でも異了しないように。
[alias]
showbranch = !git branch --format='(%(refname:short))' 2> /dev/null || :