|
From: | Stefan Kangas |
Subject: | Re: scratch/igc renamed ad feature/igc [was: scratch/igc as a feature branch] |
Date: | Fri, 17 Jan 2025 08:13:06 -0800 |
Eli Zaretskii <eliz@gnu.org> writes: >> This worked for me: >> >> git fetch >> git checkout scratch/igc >> git branch --set-upstream-to=origin/feature/igc >> git branch -m feature/igc > > I tried "git fetch" after getting the error, and it didn't help. > Here's the transcript: > > $ git fetch > > $ git branch --set-upstream-to=feature/igc Does it work better if you include "origin/", like this: git branch --set-upstream-to=origin/feature/igc ?
[Prev in Thread] | Current Thread | [Next in Thread] |