gmasterscm / ama

Ask me anything!
https://blog.sindresorhus.com/answering-anything-678ce5623798
5 stars 1 forks source link

Remotes #5

Closed rthomson83 closed 6 years ago

rthomson83 commented 6 years ago

If a branch is deleted as a result of a pull request and is removed on the remote it doesn't seem to auto prune these in the app when running a fetch.

rubarax commented 6 years ago

The current behavior for the fetch/pull operations is to use the configured prune option value.

You can set it as follows: git config remote.origin.prune true

At some point, we will allow to configure this prune option from the GUI!

rthomson83 commented 6 years ago

Yeah that'll work, thanks for clearing that up!