by shigemk2

当面は技術的なことしか書かない

git add upstream毎回やるの面倒だった

#!/bin/bash
git remote add upstream $1

これ。毎回git add upstreamするの面倒なので。 qiita.com