Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: ram@zedat.fu-berlin.de (Stefan Ram) Newsgroups: comp.os.linux.misc Subject: Re: basic git operations Date: 22 Nov 2025 20:19:11 GMT Organization: Stefan Ram Lines: 13 Expires: 1 Jun 2026 11:59:58 GMT Message-ID: References: <10ft4oi$pbhe$1@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de TJFf76DuiNt+oO5z1f9obwmEXzdMYx7An263zhP9wSl56g Cancel-Lock: sha1:iDRKv7sJRski5wEoApt5t1Yl6bM= sha256:BoEj3A117FxiqC7qjeSSSNwBBQK5C262J3m0Vj1ZKEQ= X-Copyright: (C) Copyright 2025 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. X-No-Archive: Yes Archive: no X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. X-No-Html: yes Content-Language: en Xref: csiph.com comp.os.linux.misc:77820 Pancho wrote or quoted: >what happens when you type: >git config -l >Maybe you installed it a while ago and set up a non standard core.worktree? >Not something I ever do, but I vaguely remember that you can. Thanks for that suggestion! The output of "git config -l" here only contains one path, which is not related to the work tree. I checked my environment variables, and there were none starting with "GIT_", and I did the "git init" in a new, empty directory.