Re: problem with git-pull

From: Christoph Moench-Tegeder <cmt_at_burggraben.net>
Date: Tue, 12 Sep 2023 15:42:45 UTC
## Matthias Apitz (guru@unixarea.de):

> but when I now say 'git pull .' it says only:

Drop the ".", because:
1. the first non-option to "git pull" is the repository, so you're
   pulling from the current directory, which makes no sense for your
   case.
2. git updates the whole repository, which is a good thing[tm] (yes,
   there are ways and means, but in gereral one wants to keep a repo
   consistent).

Regards,
Christoph

-- 
Spare Space.