github-gem
github-gem copied to clipboard
change "pull --merge" to "pull" and "pull" to "fetch"
Git terminology uses "fetch" to mean "get the changes without applying them" and "pull" to mean "fetch and merge." gh doesn't obey this.