-
When one has finished working on a branch on GitHub for instance and merged the relevant commits from one branch to the master branch, and the working branch gets deleted, it would be nice to be able to pull the changes from GitHub in order to prune branches out. Is there a way to do this using Neogit? I'm not seing an option to prune while doing a pull, or maybe this option has been set elsewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
The
--prune
flag is available fia thefetch
popup - recall that apull
is just afetch
plus amerge
(or rebase). Is that what you're looking for?