Re: [git-users] cannot commit or pull

2021-09-14 Thread Uwe Brauer
>>> "MT" == Magnus Therning writes: > Uwe Brauer writes: >> [[S/MIME Signed Part:Undecided]] >> >>> Uwe Brauer writes: >> >> >>> If you read the text is says that it would _overwrite_ local >>> changes. I think it's very nice of git to help you not lose >>> work. >>> If all you want to do

[git-users] Re: Meta: Gmane newsgroup bi-directionality

2021-09-14 Thread Philip Oakley
Thanks for the clarification. I guess it's a Google (groups) related issue. The main Git list is organised via the kernel.org so probably has more flexibility. Others may know more... On Tuesday, September 14, 2021 at 1:37:13 PM UTC+1 Daniel Fleischer wrote: > The

[git-users] Re: Meta: Gmane newsgroup bi-directionality

2021-09-14 Thread Daniel Fleischer
The "gmane.comp.version-control.git.user" is the NNTP broadcast of this "git-users" group and I'm able to read it through NNTP. However the link is one-directional, i.e. I can't send a message to the newsgroup having it reach here. I know it's possible even with a google group because I did it

[git-users] Re: Meta: Gmane newsgroup bi-directionality

2021-09-14 Thread Philip Oakley
Gmane's majordomo service for Git was taken off-line a few years ago because of legal troubles at the gmane service (right to delete issues IIRC). I believe it is still available as an nntp service. If you need to access old gmane based links to past Git List mailings then use the

Re: [git-users] cannot commit or pull

2021-09-14 Thread Magnus Therning
Uwe Brauer writes: [[S/MIME Signed Part:Undecided]] Uwe Brauer writes: If you read the text is says that it would _overwrite_ local changes. I think it's very nice of git to help you not lose work. If all you want to do is get the upstream changes to your local system you should look

[git-users] Meta: Gmane newsgroup bi-directionality

2021-09-14 Thread Daniel Fleischer
Hi, can you make the newsgroup "gmane.comp.version-control.git.user" bi-directional so people can participate without using a browser or email-subscribing? Thank you, Daniel Fleischer -- You received this message because you are subscribed to the Google Groups "Git for human beings"

Re: [git-users] cannot commit or pull

2021-09-14 Thread Uwe Brauer
> Uwe Brauer writes: > If you read the text is says that it would _overwrite_ local > changes. I think it's very nice of git to help you not lose work. > If all you want to do is get the upstream changes to your local > system you should look at the command `git fetch`. Ok, thanks, it