Re: [PATCH] Give git-pull a --reset option

2019-04-17 Thread Eric Sunshine
On Wed, Apr 17, 2019 at 12:07 AM Alex Henrie wrote: > A common workflow is to make a commit on a local branch, push the branch > to the remote, check out the remote branch on a second computer, amend > the commit on the second computer, force-push back to the remote branch, > and finally submit a

[PATCH] Give git-pull a --reset option

2019-04-16 Thread Alex Henrie
A common workflow is to make a commit on a local branch, push the branch to the remote, check out the remote branch on a second computer, amend the commit on the second computer, force-push back to the remote branch, and finally submit a pull request. However, if the user switches back to the first