everyone I'm very new at git but right now I'm doing some project that using git.
I have some problem that after I just setup as image below
Then, I had done with 2 changed commits without anything going wrong.
And here this a problem, I want to revision the file to version1. and I do like this.
Then, I want to edit the file that I was revision which is version1 and commit it as version3. So I get the error like this.
I thought that for this situation, git is working correctly. But I really want to make this task working well. Are there anyway to do like this without an errors? Because my projet will use it not for keeping version of source code from developer. So I want to use it in other way. Thank you.