[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git question
From: |
Van L |
Subject: |
Re: git question |
Date: |
Thu, 28 Jun 2018 00:12:17 +1000 |
> Sorry for the beginner level for this question.
>
> When I do a git pull and I get, for ex:
>
> etc/NEWS | 6 ++++++
> lisp/info.el | 4 ++--
> lisp/server.el | 10 ++++++----
>
> like I just had.
>
> What git command should I use to examine what are the modifications on the
> three above files?
(better to ask this on help-gnu-emacs)
Click on the file to open.
To show version control related keys, type
C-x v C-h
and that suggests typing
C-x v l
if you then click on a commit line and type d,
you should see a color highlighted diff listing
Re: git question, Yuri Khan, 2018/06/27