Todd Zullinger <t...@pobox.com> wrote:

> […]

> In case it's helpful (and not better documented elsewhere),
> it's possible to rename your existing local master branch to
> rawhide and adjust the upstream tracking branch.

> In a typical dist-git clone from the rpms tree, you'd do
> this:

>     git fetch && git branch -m master rawhide && git branch -u origin/rawhide 
> rawhide

> The -u option is the short form of --set-upstream-to.

> That should make the switch relatively simple for folks, I
> hope.  It's easier than making a fresh clone, for me.

For simple cases, "git checkout rawhide && git branch -d
master" should also work.

Tim
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to