[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Python Team: Keeping Branch Up To Date Question
From: |
Lars-Dominik Braun |
Subject: |
Re: Python Team: Keeping Branch Up To Date Question |
Date: |
Fri, 8 Sep 2023 09:33:50 +0200 |
Hi,
> What is the git approach for keeping the Python branch up to date? 🦆
> Should I be rebasing off of master or something else?
yeah, that’s generally what I would do before working on it. Note that
you cannot force-push into Savannah. You have to remove the remote branch
and create it again.
Lars