我像这样从github项目/存储库克隆了某些分支:
git clone repo -b name
我现在需要将其重新设置为master分支。
git rebase master
但是我不能那样做。
fatal: Needed a single revision
invalid upstream master
我应该怎么做才能使其成为可能?我是github的新手。
答案 0 :(得分:0)
您是否检查了上游是否已获取?为此,只需
<app-render [country]="country" [city]="city"></app-render>
现在根据
git fetch upstream
希望有帮助。