I am not too familiar with git. I have one situation.
Flow is like that =>
- I create new branch from develop
- Updated code 1
====>Forget to commit and push
====>Forget to create new branch and pull
- Update code 2 again for the new branch (But its still at old branch)
Now I am here.
How can I do
- Commit and push updated code 1 to old branch
- Create a new branch for updated code 2 and commit and push updated code 2 ??