still learning how to use git.
i added changes to the files from the last commit. Then i ran the git commit --amend --no-edit
command, which was
a mistake.
After trying to push changes, it said I had a merge conflict.
I resolved the merge conflict (my repository is still very small, so it wasn't very confusing). I just don't understand what happened to the repo.
Can someone explain what happened?