git pushするときにデフォルトでtagも反映する方法
git-config/2.4.12以降でpush実行時の--follow-tagsをデフォルト設定できる。
> git config --global push.followTags true
tagを同時反映したくないときは--no-follow-tagsでpush。
ものぐさすぎる気もしますが。
Go to list of users who liked
More than 3 years have passed since last update.
git-config/2.4.12以降でpush実行時の--follow-tagsをデフォルト設定できる。
> git config --global push.followTags true
tagを同時反映したくないときは--no-follow-tagsでpush。
ものぐさすぎる気もしますが。
Register as a new user and use Qiita more conveniently
Go to list of users who liked