Skip to content
B̅ edited this page Nov 3, 2020 · 3 revisions

Git関連

git showbranchと打つと(<岐名>)と表示されるように。 そしてgit管理台録以外でも異了しないように。

[alias]
showbranch = !git branch --format='(%(refname:short))' 2> /dev/null || :

傍欄

Clone this wiki locally