-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comand Pull #1490
Comments
not quite - pull can also mean merging and handling conflicts. It would be nice if pull showed a nice merge arrow on hover. But personally I never pull, I only fetch and move or rebase, so I don't care about this feature ;) |
That's absolutely right, what I propose above is simple "move" which has no consideration for reconciling diffs. It's rather just accepting one change over another. But "pull" in those case can be accomplished by existing merge operation so I would still maintain that there are alternatives. And I think this alternative are better as operations are explicit in it's purpose unlike "pull" that have different meanings in different context. |
for history: now switching to a remote branch does fast-forward automatically. Like in @jung-kim gif but without move mouse action. This is alse works for any overscreen long history. I think this removes 80% of the cases from this question on adding a pull button. |
Create comand Pull
The text was updated successfully, but these errors were encountered: