Alex Henrie writes:
> 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 u
Chris Jerdonek writes:
> The update-ref documentation says that --create-reflog can only be
> passed when providing a new ref to create and doesn't say it can also
> be used with --stdin:
True. It instead should say that it only makes sense when creating
a new ref; it does not matter where the
If I understand the commands you are using correctly, you are
referencing the remote repo. You need to reference the local repo.
So try using the following commands:
git checkout -- alecthomas/gometalinter
git checkout -- kisielk/errcheck
git checkout -- rogpeppe/godef
Or if those are the only f
Nguyễn Thái Ngọc Duy writes:
> git-reset could be used in three different ways:
>
> - move HEAD to somewhere, optionally (not) update worktree/index
> - "move" HEAD to HEAD, mainly to update worktree/index
> - just update the index from some tree-ish
>
> The second case is frankly a (neat) corne
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
I have my own code at a github repository, using Go. Part of using Go
libraries not part of the official Go people is by using a system they
call go get. This essentially uses git to, well, go get source code.
Mine are at github.com and golang.org. My computer runs LinuxMint 19.1.
I used g
On 4/19/2019 11:24 PM, Jeff King wrote:
> Try running t5304 with this:
>
> diff --git a/reachable.c b/reachable.c
> index eba6f64e01..7ec73ef43f 100644
> --- a/reachable.c
> +++ b/reachable.c
> @@ -191,6 +191,8 @@ static int mark_object_seen(const struct object_id *oid,
> if (!obj)
>
Hi Nicola,
On 10/04/2019 11:45, Nicola Farina wrote:
Hi
After upgrading to 2.21 issuing this subtree command:
git subtree push --prefix ouverture Shared-Ouverture master
I get these errors:
C:/Program Files/Git/mingw64/libexec/git-core\git-subtree: line 636:
/mingw64/libexec/git-core/git: N
On Sat, Apr 20 2019, Jeff King wrote:
> On Fri, Apr 19, 2019 at 03:47:22PM -0600, Martin Fick wrote:
>
>> I have been thinking about this problem, and I suspect that this compute time
>> is actually spent doing SHA1 calculations, is that possible? Some basic back
>> of the envelope math and scri
9 matches
Mail list logo