Re: Auto adding changed files

2017-10-09 Thread Sascha Manns
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. > > $

RE: Auto adding changed files

2017-10-09 Thread 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