On 2/5/21 1:05 PM, Jonathan Wakely wrote:
On 05/02/21 10:08 -0500, Steven A. Falco wrote:
I see that the master to main conversion has happened.  I'd like to know the 
recommended way to deal with that.

Currently, I'm doing:

git fetch --all
git remote prune origin
git remote set-head origin -a
git checkout main

The above sets  origin/HEAD to rawhide

Question 1: Is that the right set of steps, or is there a better way to update 
my local repos?

I think this is all you need:

git fetch -p
git checkout rawhide

Then optionally:

git branch -d master

Question 2: For the packages I maintain, should I put changes in main or 
rawhide?  Should I keep main and rawhide in sync?

They're automatically in sync. Just commit to rawhide.

Excellent!  Thanks.
_______________________________________________
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