#cant commit git with? (new to version control)
7 messages · Page 1 of 1 (latest)
@ebon glade Hi, before you use commit you must "stage" your changes so as it says use "git add <file>..." to update what will be commited
So in your case the file godor is not added. If you made a change to godor and you want it to be commited too, then first add it using "git add godor"
But i did git add . Beforehand?
try doing git add --all and seeing what happens
hmm if you're positive you did git add ., then something else msut be going on
I will add it in just to show, i suppose