Re: git commit -a -m is not working

2015-09-28 Thread Jonathan Nieder
Hi, brian m. carlson wrote: > On Sat, Sep 26, 2015 at 09:51:12PM +0300, Alex Radulescu wrote: >> Alex:testGit Alex$ git commit -a -m 'made a change' >> >> On branch v1.0 >> >> Untracked files: >> >> new_branch.txt >> >> nothing added to commit but untracked files present > > git commit -a does

Re: git commit -a -m is not working

2015-09-28 Thread Alex Radulescu
Hi, Thank you for your quick and precise support. Can you share with me some best practices in deploying a web project? I wave one remote repository, many local repositories (each/developer) and a shared hosting server. What should I do to push quickly all changes to my shared server? Alex

Re: git commit -a -m is not working

2015-09-26 Thread brian m. carlson
On Sat, Sep 26, 2015 at 09:51:12PM +0300, Alex Radulescu wrote: > Hi, > > This command is not working. Any advice? > > Alex:testGit Alex$ git commit -a -m 'made a change' > > On branch v1.0 > > Untracked files: > > new_branch.txt > > nothing added to commit but untracked files present git

git commit -a -m is not working

2015-09-26 Thread Alex Radulescu
Hi, This command is not working. Any advice? Alex:testGit Alex$ git commit -a -m 'made a change' On branch v1.0 Untracked files: new_branch.txt nothing added to commit but untracked files present -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to