#cant commit git with? (new to version control)

7 messages · Page 1 of 1 (latest)

ebon glade
#

Hi, is there any workaround for this? i wanted to try something that could break what ive worked on these past days, any ideas?

quartz skiff
#

@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"

ebon glade
#

But i did git add . Beforehand?

quartz skiff
#

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

ebon glade
#

I will add it in just to show, i suppose