Hello Randall,

Am Montag, den 09.10.2017, 15:39 -0400 schrieb Randall S. Becker:
> -----Original Message-----
> On October 9, 2017 3:35 PM Sascha Manns wrote:
> > if i'm in a git repo and change a file, it is listed in git status.
> > But i have to add this file manually and commit them.
> 
> $ git commit -a
> 
> From the git commit help:  by using the -a switch with the commit
> command to automatically
> "add" changes from all known files (i.e. all files that are already
> listed in the index) and to automatically "rm" files in the index
> that have been removed from the working tree, and then perform the
> actual commit;
Cool. Thank you very much.

Greetings
Sascha

Reply via email to