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: Wed, 08 Apr 2015 08:28:14 +0300

> From: "Stephen J. Turnbull" <address@hidden>
> Cc: address@hidden,
>     address@hidden,
>     address@hidden
> Date: Wed, 08 Apr 2015 04:31:36 +0900
> 
> Eli Zaretskii writes:
> 
>  > 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
> 
> You don't need the "-a", just "git commit FILE" is enough.

Right, "git commit -a FILE" emits an error message.  So much for
consistency...



reply via email to

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