grit icon indicating copy to clipboard operation
grit copied to clipboard

`rm` command should check for any unpushed commits

Open jmalloc opened this issue 8 years ago • 1 comments
trafficstars

Equivalent to git log --branches --not --remotes.

  • [x] warn about uncommitted changes
  • [ ] warn about unpushed commits

jmalloc avatar Mar 25 '17 01:03 jmalloc

I'm not really sure how to implement the rest of this. I guess I'll need to iterate over all the local refs (tags and branches) and verify that they exist on at least one of the remotes, or even just origin.

jmalloc avatar Apr 01 '17 02:04 jmalloc