[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ok to backport Eshell manual improvements to 29?
From: |
Juri Linkov |
Subject: |
Re: Ok to backport Eshell manual improvements to 29? |
Date: |
Fri, 14 Jul 2023 19:52:27 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
>> Is there a policy that requires deleting a merged branch?
>> (I'm asking because it was very convenient to type just "-29"
>> to complete to the "emacs-29" branch, but now the name
>> "backport-eshell-docs-to-29" gets in the way ;-)
>
> I deleted my scratch branch right after merging it[1]. Maybe you just need
> to call something like `git remote prune origin` to clean up your local
> references to the branch?
Thanks, this helped. I don't remember using this command before,
but maybe because I always used `git fetch -p origin`.