On Saturday, August 9, 2014 4:24:05 PM UTC+2, DavidFreed wrote: > > Dear Friends, > I have this problem with Git , please advice me. > > git commit -am "commit all" > > > As the output tells you, there's nothing to commit here. You can add new files to Git by doing git add <filename>, but all those untracked files there look like build-output you don't to keep as part of your source code.
-- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
