You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)