rotten icon indicating copy to clipboard operation
rotten copied to clipboard

find & delete empty branches in your git repository; find unmerged branches with tons of code that needs to get into production!

Results 8 rotten issues
Sort by recently updated
recently updated
newest added

this is caused by - the branch is deleted on the remote - the local branch is also deleted - but the local repo still has a ref to the...

The remote name is always `origin` for the "==Paste the following to delete them all==" section. It should use the correct remote name for each branch in the list.

This fixes issue #12 (https://github.com/DTrejo/rotten/issues/12)

``` › rotten --prod develop Checking that branches are in production branch develop . Error: Command failed: /bin/sh: origin/master: No such file or directory at onBranch (/usr/local/share/npm/lib/node_modules/rotten/rotten.js:65:36) at ChildProcess.exithandler (child_process.js:544:7)...

If I pipe the output into a file when it can't fit into stdout there are a lot of weird characters around.

I've got a bunch of branches from remote "upstream" and remote "origin". The "please delete remote branch" section displays the correct remote + branch pairs, but the "Paste the following...

David, Any idea why this isn't working? I get no logging. ``` tiny:~/voxer/server$ (release) rotten -p release Running against /Users/kip/voxer/server Checking that branches are in production branch release ....................................tiny:~/voxer/server$ (release)...

bug