Hi Paul,
one more question regarding git(hub).
The situation is the following:
- I have clone forge core on github
- have cloned it locally
- changed some code, committed _and pushed_ into my repository on github
Is there now any possibility to "remove"/revert/delete/undo this
_commit_ - not the change itself, just to keep history cleaner when
sending pull request?
Help appreciated,
Thomas
Am 01.05.2012 13:11, schrieb Paul Bakker:
Not in GitHub, but you should squash changesets with git before
creating a pull request.
Paul