11:17:05 <Torstenn> i'm currently debugging copy pasting fluidcontent in a fluidcontent grid two column element, i see that its not working, the problem is that there is no possibleColPos on Copy Command, should there be a "18181" in the CB[paste] parameter?
11:51:28 <Torstenn> anyone know if there is someone working on c&p issues?
17:50:32 <neufeind> Can somebody maybe give me a hint how I can rebase my fork on github to the current version from development? It seems Github thinks everything is current, but it's not.
17:51:04 <neufeind> Did I just again overlook a button in this "intuitive" Github-interface? :-(
17:55:08 <neufeind> Well, filed an issue instead, since I won't be able to contribute a pull-request :-(
20:18:52 <xaver> neufeind: add a second remot local and lot the repo :)
20:21:11 <neufeind> load how? and then how to "push" that? ...
20:21:41 <neufeind> sounds quite error-prone for someone not that familiar with github
20:21:57 <xaver> it is normal git outside of github
20:23:11 <xaver> git remote add fluidtypo3-or-your-name https://github.com/FluidTYPO3/flux.git && git pull fluidtypo3-or-your-name development && #do what you want && git push origin development # normally origin is set as default