当你新建一个分支,并且进出分支时候,此时本地防止还没有和远程分支产生关联,此时git push 或git pull时候会提示:
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> bandgars_new_20230831