+ [2015-04-17T20:50:24Z] Nevik just saying :)
+ [2015-04-17T23:17:18Z] geomyidae_ Why does the Fork button on the Wiki pages fork the main repo instead of the actual wiki repo?
+ [2015-04-17T23:32:57Z] thibaultcha Because you can't PR wikis, nor fork them.

message no. 90197

Posted by Ademan in #github at 2015-04-17T12:04:35Z

Does anyone have an opinion on whether or not it's good or bad to have a feature branch "published" on github, with fairly dirty history, and then to squash that and merging it into master? That's basically my workflow, only currently, I try to ensure commits I plan to squash are never visible to others.
+ [2015-04-18T02:58:13Z] delinquentme with a pullrequest workflow
+ [2015-04-18T02:58:33Z] delinquentme When I want the most up to date version of the primary project ...
+ [2015-04-18T02:58:38Z] delinquentme do I need to fork the project?
+ [2015-04-18T02:58:47Z] delinquentme *each* time an update is made?
+ [2015-04-18T03:57:15Z] PEMapModder Is it possible to remove yourself as a collaborator from someone else's repo?