foriequal0 / git-trim

Automatically trims your branches whose tracking remote refs are merged or stray
MIT License
492 stars 14 forks source link

Local branch and remote branch can deviate #71

Closed foriequal0 closed 4 years ago

foriequal0 commented 4 years ago

Since it does git fetch --prune, not git pull --prune on the all branches, local branch and the remote branch might not be the same. So merge test on the remote branch is necessary before classify it as merged_remotes.

foriequal0 commented 4 years ago

Closed by https://github.com/foriequal0/git-trim/pull/77