developブランチでorigin/developを追跡したい
Gitでアレしたい
code:bash
git branch --set-upstream-to=origin/develop develop
code:.git/config(ini)
branch "develop"
remote = origin
merge = refs/heads/develop
関連
--set-upstream-to
を使う
There is no tracking information for the current branch. Please specify which branch you want to merge with. If you wish to set tracking information for this branch you can do so with: