Closed foriequal0 closed 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.
git fetch --prune
git pull --prune
Closed by https://github.com/foriequal0/git-trim/pull/77
Since it does
git fetch --prune
, notgit 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.