Version v0.11.0 Notable changes =============== * `pull rebase` will now detect if the last commit of the PR is a merge, and if that's the case, it will ask the user if a `merge --ff-only` should be performed instead of a `rebase` (which will break the history) (#183) * `clone` was optimized so it doesn't take ages to finish if a project with thousands of forks needs to be forked (#193) * `issue comment` now prints the comment URL when creating new comments (#153) Other minor changes =================== * Add mention of related project to README (#209) * Update organization name in GitHub URLs (#198) * setup: Clarify when local configuration is written (#180) * Replace tabs with spaces type-enhancement (#195)