On 2/7/25 15:11, ron minnich wrote:
> I did try this
> git/branch ron_nix
> git/rebase remotes/front/front
> 
> it ended very badly.


Your understanding of remote/* is incorrect, run git/branch -a which will give 
you all of
the remote/* branches as followed by your repo. When you git/pull -f, those are 
what get updated,
if you omit the -f then it _also_ updates your "local" branch.

If the remote default branch you're pulling from is named "front" then the 
remote branch is likely remotes/origin/front.
The convention is remotes/$remotename/$remotebranch.

Again I don't use our rebase, it's a thin wrapper on top of exporting and 
importing which I tend to do myself I would suggest
to start without it to get an understanding of how this stuff works.

Thanks,
moody


------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T9075ee3b04492dd0-M4b4ed018c3d431d6ba979402
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to