emacs-devel
[Top][All Lists]
Advanced

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

Re: svg library ideas


From: Jim Porter
Subject: Re: svg library ideas
Date: Sat, 28 Jan 2023 22:44:15 -0800

On 1/28/2023 9:29 PM, Po Lu wrote:
I suggest running ``git fetch && git checkout feature/android'' from the
Emacs source tree.  But do not do this on a source tree where you are
doing work -- it will clobber all of that.

Instead of checking out 'feature/android', you could probably do something like this:

  git fetch && git show origin/feature/android:INSTALL.android | less

'git show' lets you view various objects in Git; in this case, just the contents of a file on another branch. I don't use 'git show' often, but it's very convenient in certain cases like this.



reply via email to

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