emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master bdda935 2/2: Merge branch 'master' of git.savannah.gnu.org:/s


From: Basil L. Contovounesios
Subject: Re: master bdda935 2/2: Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Date: Tue, 18 Aug 2020 20:02:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

David De La Harpe Golden <david@harpegolden.net> writes:

> maybe I'm paranoid but in general using git, I tend to only do "git pull
> --ff-only" (or rather, I default to it in my .gitconfig) and if that errors 
> out
> I always just fall back to a git fetch / <inspect situation> / git merge, see
> also e.g.
>
> https://blog.sffc.xyz/post/185195398930/why-you-should-use-git-pull-ff-only

Am I the only one who prefers doing separate 'git fetch' and 'git
merge/rebase' operations, and never uses 'git pull'? :)

This way I get to see exactly what's changed upstream, whether it
conflicts with my local changes, decide whether I want/need to
merge/rebase, etc. etc.

-- 
Basil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]