Sometimes you just send the wrong stuff. Since it is git, you have the option to: ``` /quit git reset --keep HEAD~1 git push --force-with-lease chat.sh ``` to unsend a message, but that is rather annoying and could be done internally in GitSlick.
Sometimes you just send the wrong stuff. Since it is git, you have the option to:
to unsend a message, but that is rather annoying and could be done internally in GitSlick.