Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 17:42:45 +0200
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: problem with git-pull
Message-ID:  <ZQCG9S9S51UcYtuG@squirrel.exwg.net>
In-Reply-To: <ZQCD60W0A5YpJOeS@c720-r368166>
References:  <ZQCD60W0A5YpJOeS@c720-r368166>

next in thread | previous in thread | raw e-mail | index | archive | help
## 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZQCG9S9S51UcYtuG>