On Mon, Jun 24, 2019 at 5:52 PM Johannes Schindelin
wrote:
>
> Hi Duy,
>
> On Sat, 22 Jun 2019, Nguyễn Thái Ngọc Duy wrote:
>
> > An index entry serves two purposes: to keep the content to be committed,
> > and to mark that the same path on worktree is tracked. When
> >
> > git rm --cached foo
Hi Duy,
On Sat, 22 Jun 2019, Nguyễn Thái Ngọc Duy wrote:
> An index entry serves two purposes: to keep the content to be committed,
> and to mark that the same path on worktree is tracked. When
>
> git rm --cached foo
>
> is called and there is "foo" in worktree, its status is changed from
>
An index entry serves two purposes: to keep the content to be committed,
and to mark that the same path on worktree is tracked. When
git rm --cached foo
is called and there is "foo" in worktree, its status is changed from
tracked to untracked. Which I think is not intended, at least from the
3 matches
Mail list logo