emacs-devel
[Top][All Lists]
Advanced

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

Re: Stash


From: Eli Zaretskii
Subject: Re: Stash
Date: Mon, 06 Apr 2015 10:35:06 +0300

> Date: Mon, 06 Apr 2015 01:50:37 -0400
> From: Richard Stallman <address@hidden>
> Cc: address@hidden
> 
>   > Hm... that may not have been enough? Did you stage lisp/ChangeLog before
>   > before doing the commit? Ie.
> 
> I do not know the term "stage".

Git requires to use 2 commands to commit a change in a file:

  git add FILE
  git commit FILE

For files already registered with Git, you can use a single command

  git commit -a FILE

to do that in one go.  ("git add" is still required to register new
files.)



reply via email to

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