Changes made in the local repo not reflected in the remote repo

Kindly advise why changes made were not reflected on git and there is an asterisk on the very file which was not reflected @dkayiwa, @ibacher, @sacull

1 Like

@gracebish you didn’t save that file. make sure to save your file before you can commit.

2 Likes

@gracebish what does ( git status) return after making your changes in the IDE?

it does not give me any response

it then means you didn’t save your changes,save them and use it again

@gracebish sorry about this! have you tried what @herbert24 and @achilep suggested? you are not seeing the changes because your changes where not saved. you can press ctrl + s or click on file - > save on your eclipse IDE. Then do git status and share the output.

1 Like