You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcd-...@googlegroups.com
I did push to devel branch while I didn't checked that I had some locally commited chenges... Do you know how can it be reversed in github?
Again, I'm really sorry for that...
Witek
Jochen G.
unread,
May 13, 2013, 2:11:13 AM5/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcd-...@googlegroups.com
The safe way is to revert the changes by another commit by 'git revert
<which commit>'. These keeps both, adding and removing, in the repo history.
One can do it also the in a way to totally remove the commits by using
reset and push --force. Since so far nobody did a checkout on your
changes this would still be doable now.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcd-...@googlegroups.com
Thanks Jochen. After some reading of docs and some thinking I came to a conclusion that the safest way of doing it will be to remove all unnecessary code in my repo (which means all code from mycomics app) and doing a normal commit. I'll do it in the evening. The unnecessary code shouldn't affect anything in other apps anyway so it's pretty harmless.
And I need to be more careful. I'm sorry again, it all happened because I forgot to add 'mycomics' as the branch name to push command and it pushed all my changes from all branches... And my changes in devel came from the fact that before it was decided that I should work in separate branch I did some commits to my local devel and never pushed this.