From: <rsbecker@nexbridge.com>
To: "'A bughunter'" <A_bughunter@proton.me>, <git@vger.kernel.org>
Subject: RE: [help] git status doesn't seem to work.
Date: Thu, 5 Dec 2024 15:02:14 -0500 [thread overview]
Message-ID: <048801db4750$97831e70$c6895b50$@nexbridge.com> (raw)
In-Reply-To: <n8KYxrArhb3MywPvDHVmEz0dka8QYYWikLDZE_aboUX9GBgF2X9uomuxtrPA6VmS33TxXyltJB4xqjALIuprVvE12prKd_ZW4MYM9kC4Qds=@proton.me>
On December 5, 2024 2:53 PM, A bughunter wrote:
>[help] git status doesn't seem to work. See how a pull caused updates after status
>showed "up to date"
>
>```
>~/Peeranoia_Framework $ git status
>On branch main
>Your branch is up to date with 'origin/main'.
>
>nothing to commit, working tree clean
>~/Peeranoia_Framework $ git pull
>Enter passphrase for key '/data/data/com.termux/files/home/.ssh/id_ed25519':
>remote: Enumerating objects: 17, done.
>remote: Counting objects: 100% (17/17), done.
>remote: Compressing objects: 100% (15/15), done.
>remote: Total 15 (delta 4), reused 0 (delta 0), pack-reused 0 (from 0) Unpacking
>objects: 100% (15/15), 6.41 KiB | 312.00 KiB/s, done.
>>From github.com:freedom-foundation"up to date"/Peeranoia_Framework
> 03edf66..4cf4f51 main -> origin/main
>Updating 03edf66..4cf4f51
>Fast-forward
> README.md | 24 +++++++++++++++++++++---
> 1 file changed, 21 insertions(+), 3 deletions(-) ~/Peeranoia_Framework $ git status
This is exactly what git pull is supposed to do. The operation does not
leave files in an uncommitted state, so the message
>On branch main Your branch is up to date with 'origin/main'.
>nothing to commit, working tree clean
is 100% correct before and after the pull in your example.
next prev parent reply other threads:[~2024-12-05 20:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 19:52 [help] git status doesn't seem to work A bughunter
2024-12-05 20:02 ` rsbecker [this message]
2024-12-05 20:19 ` Jeff King
2024-12-05 21:08 ` A bughunter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='048801db4750$97831e70$c6895b50$@nexbridge.com' \
--to=rsbecker@nexbridge.com \
--cc=A_bughunter@proton.me \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).